The primary issue with using instanceof is it will fail the symmetric test for non-final classes, e.g., parent.equals(child) != child.equals(parent)
- equals and hashcode Piyush Purang
- Re: equals and hashcode Justin C . van Vorst
- RE: equals and hashcode Jerome Louvel
- RE: equals and hashcode Jerome Louvel
- Re: equals and hashcode Chris Grindstaff
- Re: equals and hashcode Piyush Purang
- Re: equals and hashcode Chris Grindstaff
- Re: equals and hashcode Justin C . van Vorst
- Re: equals and hashcode Justin C . van Vorst

