GlobalObject::GetHashCode Method ()
Visual Studio 2015
Returns the hash code for the current global object.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The generated hash code is composed of two portions:
The high-order half is the hash code of the ObjectType property, truncated to two bytes.
The low-order half is the hash code of the Name property, truncated to two bytes.
Show: