Enum in Zendir.Classes


Description

The type of operator being used for the event system.


Properties

DeclaredDescription
LessThan = 0An enum representing the ’<’ operator.
LessThanOrEqualTo = 1An enum representing the '' operator.
EqualTo = 2An enum representing the = operator.
GreaterThanOrEqualTo = 3An enum representing the ’>=’ operator.
GreaterThan = 4An enum representing the ’>’ operator.