Click or drag to resize

ExpressionCompareTo Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Monkeyspeak.lexical.Expressions.Expression.CompareTo(Monkeyspeak.lexical.Expressions.Expression)"]

Namespace:  Monkeyspeak.lexical.Expressions
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public int CompareTo(
	Expression other
)

Parameters

other
Type: Monkeyspeak.lexical.ExpressionsExpression

[Missing <param name="other"/> documentation for "M:Monkeyspeak.lexical.Expressions.Expression.CompareTo(Monkeyspeak.lexical.Expressions.Expression)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Monkeyspeak.lexical.Expressions.Expression.CompareTo(Monkeyspeak.lexical.Expressions.Expression)"]

Implements

IComparableTCompareTo(T)
See Also