22.11.12.1 Logical AND (and)

ANDs the right and left sides. Value 0 (zero) is regarded as OFF, and other values as ON.

True if both N1 and N2 are ON. Otherwise false.

For example

if ((expression) and (expression))