Writing A Good C# Equals Method
Posted
by ChloeRadshaw
on Stack Overflow
See other posts from Stack Overflow
or by ChloeRadshaw
Published on 2010-03-24T17:31:14Z
Indexed on
2010/03/24
17:33 UTC
Read the original article
Hit count: 126
c#
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?
© Stack Overflow or respective owner