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.