Numeric and temporal property operators

These operators apply to numeric or temporal property values. These also apply for number of connections (Incoming Outgoing, or all Connections). For Connections, Incoming, or Outgoing, the tested value refers to the number of relationships in one of those categories of connections.

Exists
A relationship or entity type must have the property. For connections to an entity (Connections, Incoming, Outgoing), this evaluates to true only if an entity has at least one of the specified type of connection.
Does not exist
A relationship or entity type must not have the property. For connections to an entity (Connections, Incoming, Outgoing), this evaluates to true only if an entity has none of the specified type of connection.
Equals
The property value must be equal to a particular value.
Does not equal
The property value must not be equal to a particular value.
Is between
The property value must be between two values.
Is not between
The property value must be less than the smaller or greater than the larger of two values.
Is greater than
The property value must be greater than a specified value.
Is greater than or equals
The property value must be greater than or equal to a specified value.
Is less than
The property value must be less than a specified value.
Is less than or equals
The property value must be less than or equal to a specified value.