Method ICollection<KeyValuePair<TLeft, TRight>>.Contains
ICollection<KeyValuePair<TLeft, TRight>>.Contains(KeyValuePair<TLeft, TRight>)
Gets a value indicating if the 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 |