|
NpzDictionaryTContainsKey Method
|
Determines whether the read-only dictionary contains an element that has the specified key.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
Request Example
View SourceParameters
- key
- Type: SystemString
The key to locate.
Return Value
Type:
Booleantrue if the read-only dictionary contains an element that has the specified key; otherwise, false.
See Also