ActiveReports 12
Equals(Object) Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > Padding Structure > Equals Method : Equals(Object) Method
The object to compare to the current Padding object.
Determines whether the value of the specified object equals the current Padding object.
Syntax
'Declaration
 
Public Overloads Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
public override bool Equals( 
   object obj
)

Parameters

obj
The object to compare to the current Padding object.

Return Value

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

Reference

Padding Structure
Padding Members
Overload List