binary_xorThe binary_xor function returns the bitwise xor operation of the two values.Syntax binary_xor( Number1, Number2 )ArgumentsNumberX: A Long number. The Long data type represents a signed, 64-bit wide integer.Exampledataset=myDataset | where bit != binary_xor(101,101) Copy PreviousPreviousNextNext