34 if (Left.Equals(Right))
Class managing a script expression.
Base class for binary element-wise operators.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
static readonly BooleanValue False
Constant false value.
static readonly BooleanValue True
Constant true value.
Element-Wise Not Equal To.
NotEqualToElementWise(ScriptNode Left, ScriptNode Right, int Start, int Length, Expression Expression)
Element-Wise Not Equal To.
override IElement EvaluateScalar(IElement Left, IElement Right, Variables Variables)
Evaluates the operator on scalar operands.
Basic interface for all types of elements.