Method CompareTo
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
CompareTo(ExpressionBuilderArgument)
Compares the current object with another object of the same type.
public int CompareTo(ExpressionBuilderArgument other)
Parameters
other
ExpressionBuilderArgumentAn object to compare with this object.
Returns
- int
A value that indicates the relative order of the objects being compared. Less than zero means this object is less than the
other
parameter. Zero means this object is equal toother
. Greater than zero means this object is greater thanother
.