Computes the logical exclusive or (XOR) of the inputs. If all inputs are True or all inputs are False, this node returns False. Otherwise, it returns True.
Computes the logical negation of the logical exclusive or (XOR) of the inputs. If all inputs are True or all inputs are False, this node returns True. Otherwise, it returns False.