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

Namespace:  C1.Silverlight.Binding
Assembly:  C1.Silverlight.Binding.5 (in C1.Silverlight.Binding.5.dll)

Syntax

C#
public int CompareTo(
	Expression other
)
Visual Basic
Public Function CompareTo ( _
	other As Expression _
) As Integer

Parameters

other
Type: C1.Silverlight.Binding..::..Expression
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.

Implements

IComparable<(Of <(<'T>)>)>..::..CompareTo(T)

See Also