[]
Gets a boolean value which indicates whether the key exists in the manager.
public bool Contains(string key)
Type | Name | Description |
---|---|---|
string | key | The item key. |
Type | Description |
---|---|
bool | A boolean value which indicates whether the key exists in the manager. |