and

Returns 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.

Inputs

first

First Boolean value.

second

Second Boolean value.

Output

output

Returns true only if both inputs are true.