|
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
)
Public Function ContainsKey (
key As TFirst
) As Boolean
Request Example
View SourceParameters
- 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