Click or drag to resize
ReadOnlyMultiDictionaryBaseTKey, TValueContains Method (KeyValuePairTKey, ICollectionTValue)
Determines if this dictionary contains the given key and all of the values associated with that key..

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override bool Contains(
	KeyValuePair<TKey, ICollection<TValue>> pair
)

Parameters

pair
Type: System.Collections.GenericKeyValuePairTKey, ICollectionTValue
A key and collection of values to search for.

Return Value

Type: Boolean
True if the dictionary has associated all of the values in pair.Value with pair.Key.

Implements

ICollectionTContains(T)
ICollectionTContains(T)
See Also