Method Contains
Contains(TAlternateLeft, TRight)
Gets a value indicating if the map contains an association between the specified alternate left value and right value.
Declaration
  public bool Contains(TAlternateLeft leftValue, TRight rightValue)
 
Parameters
  
    
      | Type | Name | Description | 
  
  
    
      | TAlternateLeft | leftValue |  | 
    
      | TRight | rightValue |  | 
  
Returns
Contains(TAlternateLeft, TRight, out TLeft)
Gets a value indicating if the map contains an association between the specified alternate left value and right value.
Declaration
  public bool Contains(TAlternateLeft leftValue, TRight rightValue, out TLeft actualLeftValue)
 
Parameters
  
    
      | Type | Name | Description | 
  
  
    
      | TAlternateLeft | leftValue |  | 
    
      | TRight | rightValue |  | 
    
      | TLeft | actualLeftValue |  | 
  
Returns