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 searchedValue, string candidate)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | searchedValue |  | 
      
        | System.String | candidate |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  Declaration
  
    protected virtual int CompareStringToObject(string searchedValue, object candidate)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | searchedValue |  | 
      
        | System.Object | candidate |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  Declaration
  
    protected virtual int CompareStringToString(string searchedValue, string candidate)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | searchedValue |  | 
      
        | System.String | candidate |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  Declaration
  
    public virtual int IsMatch(object searchedValue, object candidate)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | searchedValue |  | 
      
        | System.Object | candidate |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |