ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / PaddingEx Structure / Equals Method / Equals(PaddingEx) Method
Another object to compare to.

In This Topic
    Equals(PaddingEx) Method
    In This Topic
    Determines whether the specified PaddingEx is equal to this instance.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal paddingEx As PaddingEx _
    ) As Boolean
    public bool Equals( 
       PaddingEx paddingEx
    )

    Parameters

    paddingEx
    Another object to compare to.

    Return Value

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