TestJsEngine.

HasVariable(string) Method

Summary

Checks for the existence of a variable.

Syntax

public bool HasVariable(string variableName)

Parameters

Name Type Description
variableName string Variable name.

Return Value

Type Description
bool true if the variable exists, otherwise false.
GitHub