Writing A Good C# Equals Method
- by ChloeRadshaw
Does anyone have a template for writing a decent equals method - I remember in Effective Java there was problems around handling equals when dealing with subclasses.
I dont have the book with me and I cannot remember if it was practical advice - So how do you write a solid robust equals method implementation?