GH_Path.CompareTo Method

GH_PathCompareTo Method

Compare this path to another path. This function determines the Sorting behaviour of paths.

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

Parameters

other
Type: Grasshopper.Kernel.DataGH_Path

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also