DropDownMember::GetHashCode Method ()
Visual Studio 2015
Returns a hash code value for this DropDownMember object.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Return Value
Type: System::Int32Returns a value that can be used as a hash code to represent this object.
This method calls the GetHashCode method on the label. This hash code is not necessarily unique but can be used with a hash table.
Show: