Compare two values for logical AND operation.
true
if both values are true
and false
otherwise.true
only when both the original value and otherValue
are true
.false
, the second is not evaluated.eq
- Logical Equality Operationne
- Logical Inequality Operationlt
- Logical Less Than Operationle
- Logical Less Than or Equal Operationgt
- Logical Greater Than Operationge
- Logical Greater Than or Equal Operationor
- Logical OR Operationnot
- Logical NOT Operationfield
- Referencing a Fieldfilter
- Filtering Documents