Is the binary representation of x identical to y?
Same as ==, except that positive and negative zero are not identical, and two NaNs are identical if they have the same 'payload'.
See Implementation
Is the binary representation of x identical to y?
Same as ==, except that positive and negative zero are not identical, and two NaNs are identical if they have the same 'payload'.