Compare this path to another path. This function determines the Sorting behaviour of paths.
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic int CompareTo(
GH_Path other
)
Public Function CompareTo (
other As GH_Path
) As Integer
Parameters
- other
- Type: Grasshopper.Kernel.DataGH_Path
Return Value
Type:
Int32Implements
IComparableTCompareTo(T)
See Also