ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.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 RText.PaddingEx is equal to this instance.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal paddingExEx As RText.PaddingEx _
    ) As Boolean
    public bool Equals( 
       RText.PaddingEx paddingExEx
    )

    Parameters

    paddingExEx
    Another object to compare to.

    Return Value

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