[]
Compares the value of this Expression to the value of another Expression.
public int CompareTo(Expression other)
Type | Name | Description |
---|---|---|
Expression | other | Expression to compare to. |
Type | Description |
---|---|
int | An integer that indicates whether the value of this expression is smaller than,
equal, or greater than the value of the |