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


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

Return Value

A hash code for the current DynamicFilterItem object
See Also