Click or drag to resize

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
)

Parameters

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

Return Value

Type: Int32

Implements

IComparerTCompare(T, T)
See Also