Skip to content

Enum IndexPredicateOperator

Namespace: DotBoxD.Plugins
Assembly: DotBoxD.Plugins.dll

The comparison an DotBoxD.Plugins.IndexedPredicate applies, normalized so the event property is always the left operand (e.Damage >= 5 and 5 <= e.Damage both lower to DotBoxD.Plugins.IndexPredicateOperator.GreaterThanOrEqual).

public enum IndexPredicateOperator

Equals = 0

GreaterThan = 2

GreaterThanOrEqual = 3

LessThan = 4

LessThanOrEqual = 5

NotEquals = 1