Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFilterItem Class / GetHashCode Method


In This Topic
GetHashCode Method (CustomFilterItem)
In This Topic
Serves as a hash function for CustomFilterItem class.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
 
'Usage
 
Dim instance As CustomFilterItem
Dim value As Integer
 
value = instance.GetHashCode()

Return Value

A hash code for the current CustomFilterItem object.
See Also