Enum in Zendir.Classes
Description
The type of operator being used for the event system.
Properties
| Declared | Description |
|---|---|
| LessThan = 0 | An enum representing the ’<’ operator. |
| LessThanOrEqualTo = 1 | An enum representing the '⇐' operator. |
| EqualTo = 2 | An enum representing the = operator. |
| GreaterThanOrEqualTo = 3 | An enum representing the ’>=’ operator. |
| GreaterThan = 4 | An enum representing the ’>’ operator. |