Bitwise.BitXor
From Xojo Documentation
Method
Bitwise.BitXor(value1 As UInt64, value2 As UInt64, [ ParamArray...MoreValues As UInt64 ]) As UInt64
Supported for all project types and targets.
Supported for all project types and targets.
Performs a bitwise exclusive or on value1 and value2. See the Xor Operator for information on the Xor comparison.
Notes
If any optional parameters value3 to valueN are passed, BitXor returns the progressive results of each operation. Returns a UInt64.