...
The Coverity Prevent Version 5.0 BAD_EQ checker can detect the instance where The the "==" operator is being used for equality of objects when, ideally, the equal method should have been used. The "==" operator could consider objects different when the equals method considers them the same.
...