The logical AND operation (&&) returns true if both of the two inputs are true, or false if any are false.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | One of the two boolean values, both of which must be true for the node to output true. Primary Input | bool |
| Other Value | The other of the two boolean values, both of which must be true for the node to output true. Default: | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | bool |