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