SharedStateStore.Contains method
Checks if a variable with the specified name exists in the shared state.
public static bool Contains(string name)
| parameter | description |
|---|---|
| name | The name of the variable to check. |
Return Value
true if the variable exists; otherwise, false.
See Also
- class SharedStateStore
- namespace Kestrun.SharedState