Click or drag to resize

GH_PathPathLengthComparerCompare Method

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