ActiveReports Developer 7
Equals(Object) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfo Class > Equals Method : Equals(Object) Method

expression
The expression to be evaluated.

Glossary Item Box

Determines whether the specified ExpressionInfo object represents the same expression as this one.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function Equals( _
   ByVal expression As System.Object _
) As System.Boolean
C# 
public override System.bool Equals( 
   System.object expression
)

Parameters

expression
The expression to be evaluated.

See Also