ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Margin Structure / Equals Method
Margin to check with.

In This Topic
    Equals Method (Margin)
    In This Topic
    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