BitXor(number1, number2)
Returns bitwise XOR of two long integers.
See also BitAnd, BitNot, and BitOr.
Any long integers.
Bit functions operate on 32-bit integers.