ComponentOne Binding Expressions for WPF and Silverlight
C1.WPF.Binding Namespace / Expression Class / CompareTo Method
Expression to compare to.

In This Topic
    CompareTo Method (Expression)
    In This Topic
    Compares the value of this Expression to the value of another Expression.
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal other As Expression _
    ) As System.Integer
    public System.int CompareTo( 
       Expression other
    )

    Parameters

    other
    Expression to compare to.

    Return Value

    An integer that indicates whether the value of this expression is smaller than, equal, or greater than the value of the other expression.
    See Also