Click or drag to resize
Accord.NET (logo)

TwoWayDictionaryTFirst, TSecondContainsKey Method

Determines whether the IDictionaryTKey, TValue contains an element with the specified key.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public bool ContainsKey(
	TFirst key
)
Request Example View Source

Parameters

key
Type: TFirst
The key to locate in the IDictionaryTKey, TValue.

Return Value

Type: Boolean
true if the IDictionaryTKey, TValue contains an element with the key; otherwise, false.
See Also