Table of Contents

Enum IndexPredicateOperator

Namespace
DotBoxD.Plugins
Assembly
DotBoxD.Plugins.dll

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 = 0
GreaterThan = 2
GreaterThanOrEqual = 3
LessThan = 4
LessThanOrEqual = 5
NotEquals = 1