FarPoint.Win.Spread
GetHashCode Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBarButton Class : GetHashCode Method


Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

Syntax

Visual Basic (Declaration) 
Public Overrides Function GetHashCode() As Integer
Visual Basic (Usage)Copy Code
Dim instance As FpScrollBarButton
Dim value As Integer
 
value = instance.GetHashCode()
C# 
public override int GetHashCode()

Return Value

A hash code for the current Object.

See Also