ActiveReports 13
Equals Method (Margin)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Margin Structure : Equals Method
Margin to check with.
Checks whether the Margin equals to the specified one.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
public override bool Equals( 
   object obj
)

Parameters

obj
Margin to check with.

Return Value

True if the margins are equal, False othervise.
See Also

Reference

Margin Structure
Margin Members