I know this is a micro-optimization, so I ask out of pure curiosity.
Logically, a microprocessor does not need to compare all the bits of both operands of an equality operator in order to determine a "FALSE" result.
Note, this is programming-related because it affects the execution speed of a program.
Question&Answers:os