Method ContainsKey
ContainsKey(string)
Determines whether the StringKeyStore contains a specific key.
public bool ContainsKey(string key)
Parameters
key
stringThe key to locate in the StringKeyStore.
Returns
- bool
true
if the StringKeyStore contains an element with the specified key; otherwise,false
.