Index3d(T).CompareTo Method

Index3dTCompareTo Method

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int CompareTo(
	Index3d<T> other
)
Public Function CompareTo ( 
	other As Index3d(Of T)
) As Integer

Parameters

other
Type: Grasshopper.Kernel.Geometry.SpatialTreesIndex3dT

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also