--- layout: stdlib-reference --- # ILogical\.bitXor ## Description Performs a bitwise XOR operation on this value with another value of the same type. ## Signature
ILogical.This ILogical.bitXor(ILogical.This other);

## Parameters #### other : [ILogical](index.html)\.This