Logical Or

The logical OR operation (||) returns true if either of the two inputs are true, or false if both are false.

Interface

Inputs

ParameterDetailsPossible Types
Value

One of the two boolean values, either of which may be true for the node to output true.

Primary Input

bool
Other Value

The other of the two boolean values, either of which may 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