Options
Menu

Enumeration CompareOperator

It defines compare operators.

Index

Enumeration members

Equal

must be the same as

GreaterThan

GreaterThan: CompareOperator

must be more than

GreaterThanEqual

GreaterThanEqual: CompareOperator

cannot be less than

LessThan

LessThan: CompareOperator

must be less than

LessThanEqual

LessThanEqual: CompareOperator

cannot be more than

NotEqual

NotEqual: CompareOperator

must be different from

Generated using TypeDoc