andReturns true if both inputs are true. If at least one or both inputs are false, it returns false. This is also called the logical conjunction.
For Boolean structs (vector and matrices) like bool3 or bool2x4, the result is per component.
firstFirst Boolean value.
secondSecond Boolean value.
outputReturns true only if both inputs are true.