- eqMatches values that are equal to a specified value.
- gtMatches values that are greater than a specified value.
- gteMatches values that are greater than or equal to a specified value.
- ltMatches values that are less than a specified value.
- lteMatches values that are less than or equal to a specified value.
- neMatches all values that are not equal to a specified value.