By tag: GetHashCode
0
kicks
Explaining GetHashCode method.
Every object you ever created or used in .NET has GetHashCode method along with Equals, GetType, and ToString methods. This method is an instance method of an Object class from which any other class derives.
0
kicks
Overriding GetHashCode Method
What you Should know befor you override the GetHashCode method but were afraid to ask ;-)