[]
        
(Showing Draft Content)

C1.WPF.Binding.Expression.CompareTo

CompareTo Method

CompareTo(Expression)

Compares the value of this Expression to the value of another Expression.

Declaration
public int CompareTo(Expression other)
Parameters
Type Name Description
Expression other

Expression to compare to.

Returns
Type Description
int

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

Implements