|
OrderedDictionaryTKey, TValueContainsKey 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(
TKey key
)
Public Function ContainsKey (
key As TKey
) As Boolean
Request Example
View SourceParameters
- key
- Type: TKey
The key to locate in the IDictionaryTKey, TValue.
Return Value
Type:
Booleantrue if the
IDictionaryTKey, TValue contains an element with the key; otherwise, false.
See Also