Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

OrderedMultiDictionary<(Of <(<'TKey, TValue>)>)>..::..Contains Method

Checks to see if value is associated with key in the dictionary.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public bool Contains(
	TKey key,
	TValue value
)
Public Function Contains ( _
	key As TKey, _
	value As TValue _
) As Boolean
public:
bool^ Contains(
	TKey key, 
	TValue value
)

Parameters

key
Type: TKey
The key to check.
value
Type: TValue
The value to check.

Return Value

True if value is associated with key.