GetHashCode Method (Keystroke)
In This Topic
Returns a value that can used as an index in a hash table.
Syntax
'Declaration
Public Overrides Function GetHashCode() As Integer
'Usage
Dim instance As Keystroke
Dim value As Integer
value = instance.GetHashCode()
public override int GetHashCode()
See Also