Table of Contents

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 ExpressionBuilderArgument

An 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 to other. Greater than zero means this object is greater than other.