GH_Path.PathLengthComparer.Compare Method

GH_PathPathLengthComparerCompare Method

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