ActiveReports Developer 7
GetHashCode Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Backdrop Class : GetHashCode Method

Glossary Item Box

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) 
Public Overrides Function GetHashCode() As System.Integer
C# 
public override System.int GetHashCode()

See Also