Method Contains
Contains(string)
Determines whether a variable with the specified name exists.
Declaration
bool Contains(string variableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | variableName | The name of the variable to check. |
Returns
| Type | Description |
|---|---|
| bool | true if the variable exists; otherwise, false. |