ContainsKey

Storage.ContainsKey method

Determines whether the storage contains an element with the specified key.

public bool ContainsKey(string key)
ParameterTypeDescription
keyStringKey of the value.

Return Value

True if the storage contains an element with the specified key, false otherwise.

See Also