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