@op

The == operator only tests if the references to objects held by two variables is pointing to the same object, rather than looking at two object to see if they are equal. To compare two...