Dictionary<TKey, TValue>.Contains Method

Include Protected Members
Include Inherited Members

Determines whether a sequence contains a specified element.

Overload List

  Name Description
Bb910681.pubextension(en-us,VS.95).gif Contains(KeyValuePair<TKey, TValue>) Determines whether a sequence contains a specified element by using the default equality comparer. (Defined by Enumerable.)
Bb910681.pubextension(en-us,VS.95).gif Contains(KeyValuePair<TKey, TValue>, IEqualityComparer<KeyValuePair<TKey, TValue>>) Determines whether a sequence contains a specified element by using a specified IEqualityComparer<T>. (Defined by Enumerable.)

Top

See Also

Reference

Dictionary<TKey, TValue> Class

Dictionary<TKey, TValue> Members

System.Collections.Generic Namespace