ActiveReports Developer 7
Equals(Object) Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports Namespace > PaddingEx Structure > Equals Method : Equals(Object) Method

obj
The object to compare to the current PaddingEx object.

Glossary Item Box

Determines whether the value of the specified object equals the current PaddingEx object.

Syntax

Visual Basic (Declaration) 
Public Overloads 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 to the current PaddingEx object.

See Also