How to Emulate an XOR (Exclusive OR) Logic Gate?

Resolved

I'm trying to emulate the behavior of an XOR logic gate in a conditional value for a boolean, which returns 1 exclusively when one input is 1 and the other is 0. Does anyone know how to simulate this behavior?

1 reply