blob: b2c882833c98e9b1dae4c758287a3dab68dd1ff7 [file] [log] [blame]
namespace AppsheetEpplus;
public class LookupValueMatcher : ValueMatcher {
protected override int CompareObjectToString(object o1, string o2) {
return IncompatibleOperands;
}
}