Operator

Condition operator types.

Enums
NO_OP Default no-op.
EQUALS DEPRECATED. Use IN instead.
NOT_EQUALS DEPRECATED. Use NOT_IN instead.
IN The condition is true if the subject (or any element of it if it is a set) matches any of the supplied values.
NOT_IN The condition is true if the subject (or every element of it if it is a set) matches none of the supplied values.
DISCHARGED Subject is discharged