GH_Path.Compare Method

GH_PathCompare Method

Compare two paths. This function determines the Sorting behaviour of paths.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int Compare(
	GH_Path x,
	GH_Path y
)
Public Function Compare ( 
	x As GH_Path,
	y As GH_Path
) As Integer

Parameters

x
Type: Grasshopper.Kernel.DataGH_Path
y
Type: Grasshopper.Kernel.DataGH_Path

Return Value

Type: Int32

Implements

IComparerTCompare(T, T)
See Also