ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / SearchResult Class / CompareTo Method
The SearchResult to be compared with.

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

    Parameters

    another
    The SearchResult to be compared with.
    See Also