Comparison Class Properties

In this section we discuss the comparison class properties. The properties are described in alphabetical order.

Description

Use this property to specify the RuleExpression object that is the first operand to be used in the comparison.

This property is read/write.

Description

Use this property to specify the RuleExpression object that is the second operand to be used in the comparison.

This property is read/write.

Description

This property returns the type of the comparison that was used to instantiate the comparison object.

The values are:

Value

Description

Comparison_Type_Equal

Compare if the value of Operand1 equals Operand2.

Comparison_Type_Greater

Compare if the value of Operand1 is greater than the value of Operand2.

Comparison_Type_Less

Compare if the value of Operand1 is less than the value of Operand2.

Comparison_Type_GreaterEq

Compare if the value of Operand1 is greater than or equal to the value of Operand2.

Comparison_Type_LessEq

Compare if the value of Operand1 is less than or equal to the value of Operand2.

Comparison_Type_NotEq

Compare if the value of Operand1 is not equal to the value of Operand1.

This property is read-only.