ActiveReports Developer 7
Equals Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Margins Class : Equals Method

obj
The object to compare with the current object.

Glossary Item Box

Determines whether the specified object is equal to the current object.

Syntax

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

Parameters

obj
The object to compare with the current object.

See Also