Type property: Comparison class
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.