Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..ContainsKey Method (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(
	TKey1 key1,
	TKey2 key2
)
Public Function ContainsKey ( _
	key1 As TKey1, _
	key2 As TKey2 _
) As Boolean

Parameters

key1
Type: TKey1
The first key.
key2
Type: TKey2
The second key.

Return Value

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