Method GetHashCode
GetHashCode(Toplevel)
Returns a hash code for the specified object.
public int GetHashCode(Toplevel obj)
Parameters
Returns
- int
A hash code for the specified object.
Exceptions
- ArgumentNullException
The type of
obj
is a reference type andobj
is null.