and
Combines the current condition with another condition using logical AND.
Return
A new EntityQueryCondition that represents the logical AND of the current and the other condition.
Parameters
other
The other condition to combine with.
Combines the current condition with another condition using logical AND.
A new EntityQueryCondition that represents the logical AND of the current and the other condition.
The other condition to combine with.