Grooper Help - Version 25.0
25.0.0024 2,166

ComparisonOperator

Grooper.GPT

Defines the set of comparison operators which may be used in an OData search filter.

Remarks

These operators are used to compare a field value to a specified value in a search filter expression.

  • eq: Equal
  • ne: Not equal
  • lt: Less than
  • gt: Greater than
  • le: Less than or equal
  • ge: Greater than or equal

Can be one of the following values:

NameValueDescription
eq0Equal (eq)
ne1Not equal (ne)
lt2Less than (lt)
gt3Greater than (gt)
le4Less than or equal (le)
ge5Greater than or equal (ge)
Notification