Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Help Text: The method used to compare two values
Style: ComboBox
Values
| Name | Value | Description |
|---|---|---|
| Equal | 0 | = |
| NotEqual | 1 | != |
| Greater | 3 | > |
| Less | 4 | < |
| GreaterEqual | 5 | >= |
| LessEqual | 6 | <= |