@Eli The argument I have heard most regarding not overiding the equals method usually boil down to either confusing other developers or running into issues if a framework/library you are utilizing depends on the default implementation of the method.
I would argue that these are both cases where the other programmer is not respecting the intent of the method and relying on the default implementation in a short sighted way.
