Last updated 1 month ago
Was this helpful?
Method in
Returns a boolean value representing if a particular variable is inside the variable storage.
true if this variable storage contains a value for the variable named variableName ; false otherwise.
true
variableName
false
public abstract bool Contains(string variableName);
string variableName
string
The name of the variable to check for.