Sign in
appsheet-third-party
/
epplus
/
8d91a06fa1cc8c12d1e150ebc247f66c22aa67fd
/
.
/
AppsheetEpplus
/
FormulaParsing
/
ExcelUtilities
/
LookupValueMatcher.cs
blob: b2c882833c98e9b1dae4c758287a3dab68dd1ff7 [
file
]
namespace
AppsheetEpplus
;
public
class
LookupValueMatcher
:
ValueMatcher
{
protected
override
int
CompareObjectToString
(
object
o1
,
string
o2
)
{
return
IncompatibleOperands
;
}
}