Compares the value of this Expression to the value of another Expression.
Namespace:
C1.Silverlight.BindingAssembly: 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.