Method HasState
HasState(string)
Checks if a state key exists.
public bool HasState(string key)
Parameters
keystringThe state key.
Returns
- bool
trueif the key exists; otherwise,false.
Checks if a state key exists.
public bool HasState(string key)
key stringThe state key.
true if the key exists; otherwise, false.