Remember that this means that if you override `equ...
# announcements
s
Remember that this means that if you override
equals
, you also wanna override
hashCode
, seeing as the its default implementation no longer makes sense. (The linter/compiler appropriately warns about this.)
1