int The hash code for the object.
Returns the hash code for the object.
The hash code is stable for the object and doesn't change if you modify the object's fields, so you can safely use an object as a key in a hash-based collection such as a Dictionary or HashSet. The hash code is consistent with Object.Equals: two references that are equal return the same hash code.