ComparisonExpression
type ComparisonExpression = object;Represents a comparison between an operand and a value using a comparison operator.
Properties
Section titled “Properties”operand
Section titled “operand”operand: Operand;operator
Section titled “operator”operator: ComparisonOperator;type: typeof $comparison;value: ValueExpression;