GH_ParserSymbol.CompareTo Method

GH_ParserSymbolCompareTo Method

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

Parameters

other
Type: Grasshopper.Kernel.ExpressionsGH_ParserSymbol

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also