Click or drag to resize
MultiDictionaryTKey, TValueContains Method (TKey, TValue)
Checks to see if value is associated with key in the dictionary.

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
The key to check.
value
Type: TValue
The value to check.

Return Value

Type: Boolean
True if value is associated with key.
See Also