Provides COM objects with version-independent access to the object.GetHashCode method.
The hash code for the current instance.
This method is for access to managed classes from unmanaged code and should not be called from managed code.
The object.GetHashCode method serves as a hash function for a particular type. object.GetHashCode is suitable for use in hashing algorithms and data structures such as a hash table.