ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Equals Method / Equals(Length) Method

In This Topic
    Equals(Length) Method
    In This Topic
    Determines whether the specified Object is equal to the current Object.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As Length _
    ) As Boolean
    public bool Equals( 
       Length other
    )

    Parameters

    other
    See Also