And
Returns true when EVERY operand evaluates to true. Short- circuits on the first non-true operand (so later operands with side-effecting Traverse / ResolveRef don't run). Empty operand list returns true (vacuous).
- Subclass Of
Boolean Logic
Returns true when EVERY operand evaluates to true. Short- circuits on the first non-true operand (so later operands with side-effecting Traverse / ResolveRef don't run). Empty operand list returns true (vacuous).