GH_ParserOperator.CompareTo Method

GH_ParserOperatorCompareTo Method

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int CompareTo(
	GH_ParserOperator other
)
Public Function CompareTo ( 
	other As GH_ParserOperator
) As Integer

Parameters

other
Type: Grasshopper.Kernel.ExpressionsGH_ParserOperator

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also