Method ICollection<KeyValuePair<TKey, IList<TValue>>>.Contains
ICollection<KeyValuePair<TKey, IList<TValue>>>.Contains(KeyValuePair<TKey, IList<TValue>>)
Gets a value indicating whether the specified key and value list is present in the dictionary.
Declaration
bool ICollection<KeyValuePair<TKey, IList<TValue>>>.Contains(KeyValuePair<TKey, IList<TValue>> item)Parameters
| Type | Name | Description | 
|---|---|---|
| KeyValuePair<TKey, IList<TValue>> | item | 
Returns
| Type | Description | 
|---|---|
| bool | 
