ActiveReports.Chart Request technical support
GetHashCode Method
See Also 


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

Syntax

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

See Also