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