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

paddingEx
The PaddingEx object to compare to the current PaddingEx object.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overloads Function Equals( _
   ByVal paddingEx As PaddingEx _
) As System.Boolean
C# 
public System.bool Equals( 
   PaddingEx paddingEx
)

Parameters

paddingEx
The PaddingEx object to compare to the current PaddingEx object.

See Also