Method ICollection<KeyValuePair<TLeft, TRight>>.Contains
ICollection<KeyValuePair<TLeft, TRight>>.Contains(KeyValuePair<TLeft, TRight>)
Determines whether this map contains an association between the specified left and right value.
Declaration
bool ICollection<KeyValuePair<TLeft, TRight>>.Contains(KeyValuePair<TLeft, TRight> item)Parameters
| Type | Name | Description | 
|---|---|---|
| KeyValuePair<TLeft, TRight> | item | 
Returns
| Type | Description | 
|---|---|
| bool | 
