KnownOperator enum

A valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType.

Fields

Contains

Applies only for non-decimal operands

EndsWith

Applies only for non-decimal operands

Equals

Applies for decimal and non-decimal operands

GreaterThan

Applies only for decimal operands

GreaterThanOrEqualTo

Applies only for decimal operands

LesserThan

Applies only for decimal operands

LesserThanOrEqualTo

Applies only for decimal operands

NotEquals

Applies for decimal and non-decimal operands

StartsWith

Applies only for non-decimal operands