DropDownMember::GetHashCode Method ()

 

Returns a hash code value for this DropDownMember object.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

Returns 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.

Return to top
Show: