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