Click or drag to resize

RankedDictionaryTKey, TValueICollectionKeyValuePairTKey, TValueContains Method

Determines if the collection contains the supplied key/value pair.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
bool ICollection<KeyValuePair<TKey, TValue>>.Contains(
	KeyValuePair<TKey, TValue> keyValuePair
)

Parameters

keyValuePair
Type: System.Collections.GenericKeyValuePairTKey, TValue
The key/value pair to locate.

Return Value

Type: Boolean
true if keyValuePair is contained in the collection; otherwise false.

Implements

ICollectionTContains(T)
See Also