GlobalType::GetHashCode Method ()

 

Returns the hash code for the current global type.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

An Int32 that specifies a hash value for the current global type.

The generated hash code is solely based upon the ObjectType property.

Return to top
Show: