Enum IndexPredicateOperator
The comparison an IndexedPredicate applies, normalized so the event property is always the
left operand (e.Damage >= 5 and 5 <= e.Damage both lower to
GreaterThanOrEqual).
public enum IndexPredicateOperator
Fields
Equals = 0GreaterThan = 2GreaterThanOrEqual = 3LessThan = 4LessThanOrEqual = 5NotEquals = 1