Logical And

The logical AND operation (&&) returns true if both of the two inputs are true, or false if any are false.

Interface

Inputs

ParameterDetailsPossible 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: false

bool

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

bool