Houdini 20.0 Nodes APEX Nodes

Xor

Performs a logical XOR operation.

On this page
Since 20.0

The XOR operation performs logical exclusive disjunction. If both values have the same logical value, the result is False. If the values are mixed, then the result is True.

Input Output
A B A XOR B
True True False
True False True
False True True
False False False

Inputs

inputs: VariadicArg<Bool>

Variadic input of logical values.

Outputs

result: Bool

Computed logical value.

See also

APEX Nodes