Show / Hide Table of Contents

Class LookupValueMatcher

Inheritance
System.Object
ValueMatcher
LookupValueMatcher
Inherited Members
ValueMatcher.IncompatibleOperands
ValueMatcher.IsMatch(Object, Object)
ValueMatcher.CompareStringToString(String, String)
ValueMatcher.CompareStringToObject(String, Object)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.ExcelUtilities
Assembly: EPPlus.dll
Syntax
public class LookupValueMatcher : ValueMatcher

Methods

CompareObjectToString(Object, String)

Declaration
protected override int CompareObjectToString(object o1, string o2)
Parameters
Type Name Description
System.Object o1
System.String o2
Returns
Type Description
System.Int32
Overrides
ValueMatcher.CompareObjectToString(Object, String)
In This Article
  • Methods
    • CompareObjectToString(Object, String)
Back to top Generated by DocFX