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

Determines whether the dictionary contains the key/value pair.

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

Syntax


public bool Contains(
	KeyValuePair<TKey, TValue> item
)
Public Function Contains ( _
	item As KeyValuePair(Of TKey, TValue) _
) As Boolean

Parameters

item
Type: KeyValuePair<(Of <(<'TKey, TValue>)>)>
The object to locate in the dictionary.

Return Value

true if item is found in the dictionary; otherwise, false.