Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Are you planning comparing your objects somewhere such as sorting them in an array or some such? That will change wether or not you need to implement GetHashCode Commented Sep 5, 2011 at 14:11
  • hi mydogisbox, I am using it for the List.Contains method and passing the comparer object to it. I have already implemented Equals and dont know the right approach for GetHashcode Commented Sep 5, 2011 at 14:12