ContainsKey Method
Determines whether the Dictionary contains an element with the specified key.
Syntax
public System.bool ContainsKey(
KeyType key
)Public Function ContainsKey( _
ByVal key As KeyType _
) As System.BooleanParameters
| Name | Description |
|---|---|
| key | The key to locate in the Dictionary |
Return Value
true if the dictionary contains an element with the key; otherwise, false