ActiveReports Developer 7
GetHashCode Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterValue Class : GetHashCode Method

Glossary Item Box

Returns the hash code for ParameterValue.

Syntax

Visual Basic (Declaration) 
Public Overrides Function GetHashCode() As System.Integer
C# 
public override System.int GetHashCode()

See Also