Method Contains
Contains(KeyValuePair<TKey, TValue>, IEqualityComparer<TValue>?)
Indictes whether the dictionary contains the specified key/value pair using the optionally specified value comparer.
Declaration
public bool Contains(KeyValuePair<TKey, TValue> kvp, IEqualityComparer<TValue>? comparer = null)
Parameters
Returns
Contains(TKey, TValue, IEqualityComparer<TValue>?)
Indictes whether the dictionary contains the key and value using the optionally specified value comparer.
Declaration
public bool Contains(TKey key, TValue value, IEqualityComparer<TValue>? comparer = null)
Parameters
Returns