Method Contains
Contains(TKey, TValue)
Returns a value indicating whether the specified key and associated value are present in the dictionary.
Declaration
public bool Contains(TKey key, TValue value)Parameters
| Type | Name | Description | 
|---|---|---|
| TKey | key | |
| TValue | value | 
Returns
| Type | Description | 
|---|---|
| bool | 
