Class ValueMatcher
Inheritance
System.Object
ValueMatcher
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()
Assembly: EPPlus.dll
public class ValueMatcher
Fields
Declaration
public const int IncompatibleOperands = -2
Field Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
protected virtual int CompareObjectToString(object o1, string o2)
Parameters
Type |
Name |
Description |
System.Object |
o1 |
|
System.String |
o2 |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
protected virtual int CompareStringToObject(string o1, object o2)
Parameters
Type |
Name |
Description |
System.String |
o1 |
|
System.Object |
o2 |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
protected virtual int CompareStringToString(string s1, string s2)
Parameters
Type |
Name |
Description |
System.String |
s1 |
|
System.String |
s2 |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
public virtual int IsMatch(object o1, object o2)
Parameters
Type |
Name |
Description |
System.Object |
o1 |
|
System.Object |
o2 |
|
Returns
Type |
Description |
System.Int32 |
|