GH_ParserOperatorCompareTo Method |
Namespace:
Grasshopper.Kernel.Expressions
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic int CompareTo(
GH_ParserOperator other
)
Public Function CompareTo (
other As GH_ParserOperator
) As Integer
Parameters
- other
- Type: Grasshopper.Kernel.ExpressionsGH_ParserOperator
Return Value
Type:
Int32Implements
IComparableTCompareTo(T)
See Also