Click or drag to resize
OrderedMultiDictionaryTKey, TValueViewContains Method (TKey, TValue)
Tests if the key-value pair is present in the part of the dictionary being viewed.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override sealed bool Contains(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
Key to check for.
value
Type: TValue
Value to check for.

Return Value

Type: Boolean
True if the key-value pair is within this view.
See Also