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

Determines whether this instance contains the key/value pair.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


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

Parameters

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

Return Value

true if the dictionary contains the specified key and value; otherwise, false.