and
Combines the current condition with another condition. Declared as an infix function for natural syntax.
Return
A new EntityQueryCondition that represents the logical AND of the current and the other condition.
Parameters
other
The other condition to combine with.