Method ContainsKey
ContainsKey(string)
Returns true if a variable with the specified name exists.
Declaration
public bool ContainsKey(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The variable name to check for. |
Returns
Type | Description |
---|---|
bool | true if a matching variable could be found or false if one could not. |