Gary Guo (2015-01-05T03:09:27.000Z)
d at domenic.me (2015-01-12T21:26:03.531Z)
I agree that use equals is a better choice. If operator overloading is implemented, you may experience inconsistency (different instance of builtin boxed values would be unequal according to default semantics, while after overloaded == operator it becomes equal.)