ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / CompareTo Method / CompareTo(Object) Method
Length to compare

In This Topic
    CompareTo(Object) Method
    In This Topic
    Compares this instance to a specified object and returns an indication of their relative values.
    Syntax
    'Declaration
     
    Public Overloads Function CompareTo( _
       ByVal obj As Object _
    ) As Integer
    public int CompareTo( 
       object obj
    )

    Parameters

    obj
    Length to compare
    See Also