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