ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / ExpressionInfo Class / CompareTo Method
A System.Boolean object to compare to this instance.

In This Topic
    CompareTo Method (ExpressionInfo)
    In This Topic
    Compares this instance to a specified object and returns an integer that indicates their relationship to one another.
    Syntax
    'Declaration
     
    Public Function CompareTo( _
       ByVal obj As Object _
    ) As Integer
    public int CompareTo( 
       object obj
    )

    Parameters

    obj
    A System.Boolean object to compare to this instance.

    Return Value

    A signed integer that indicates the relative values of this instance and obj.
    See Also