Admin Production rocket
Current Publication

GetHashCode Method

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
GetHashCode Method (MouseButtonCombination)
In This Topic
Serves as the default hash function.
Syntax

                     
                     
'Declaration
 

                     
                     
Public Overrides Function GetHashCode() As Integer

                  

                     
                     
'Usage
 

                     
                     
Dim instance As MouseButtonCombination
Dim value As Integer
 
value = instance.GetHashCode()

                  

                     
                     
public override int GetHashCode()

                  

Return Value

A hash code for the current object.
Remarks
GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
See Also