ActiveReports 13
Equals(PaddingEx) Method

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports Namespace > PaddingEx Structure > Equals Method : Equals(PaddingEx) Method
The PaddingEx object to compare to the current PaddingEx object.
Determines whether the value of the specified PaddingEx object equals the current PaddingEx object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal paddingEx As PaddingEx _
) As Boolean
public bool Equals( 
   PaddingEx paddingEx
)

Parameters

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

Return Value

true if the specified PaddingEx is equal to this instance; otherwise, false.
See Also

Reference

PaddingEx Structure
PaddingEx Members
Overload List