BitXor (number1, number2)
Performs a bitwise logical XOR operation.
<cfoutput> The BitXOr of 10 and 1 is: #BitXOr(10,1)# The BitXOr of 125 and 125 is: #BitXOr(125,125)# </cfoutput>