Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..ContainsKey Method (ValueTuple<(Of <(<'TKey1, TKey2>)>)>)

Determines whether the [IDictionary{TKey,TValue}] contains an element with the specified key.

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

Syntax


public bool ContainsKey(
	ValueTuple<TKey1, TKey2> key
)
Public Function ContainsKey ( _
	key As ValueTuple(Of TKey1, TKey2) _
) As Boolean

Parameters

key
Type: ValueTuple<(Of <(<'TKey1, TKey2>)>)>
The key to locate in the [IDictionary{TKey,TValue}].

Return Value

true if the [IDictionary{TKey,TValue}] contains an element with the key; otherwise, false.