Method Contains
Contains(TLeft, TRight)
Determines whether this map contains an association between the specified left and right value.
Declaration
public bool Contains(TLeft leftValue, TRight rightValue)Parameters
| Type | Name | Description | 
|---|---|---|
| TLeft | leftValue | |
| TRight | rightValue | 
Returns
| Type | Description | 
|---|---|
| bool | 
