Show / Hide Table of Contents

Class ValueMatcher

Inheritance
System.Object
ValueMatcher
LookupValueMatcher
WildCardValueMatcher
Inherited Members
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 ValueMatcher

Fields

IncompatibleOperands

Declaration
public const int IncompatibleOperands = -2
Field Value
Type Description
System.Int32

Methods

CompareObjectToString(Object, String)

Declaration
protected virtual int CompareObjectToString(object o1, string o2)
Parameters
Type Name Description
System.Object o1
System.String o2
Returns
Type Description
System.Int32

CompareStringToObject(String, Object)

Declaration
protected virtual int CompareStringToObject(string o1, object o2)
Parameters
Type Name Description
System.String o1
System.Object o2
Returns
Type Description
System.Int32

CompareStringToString(String, String)

Declaration
protected virtual int CompareStringToString(string s1, string s2)
Parameters
Type Name Description
System.String s1
System.String s2
Returns
Type Description
System.Int32

IsMatch(Object, Object)

Declaration
public virtual int IsMatch(object o1, object o2)
Parameters
Type Name Description
System.Object o1
System.Object o2
Returns
Type Description
System.Int32
Back to top Generated by DocFX