GH_Grip.CompareTo Method

GH_GripCompareTo Method

Namespace:  Grasshopper.GUI.Gradient
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int CompareTo(
	GH_Grip other
)
Public Function CompareTo ( 
	other As GH_Grip
) As Integer

Parameters

other
Type: Grasshopper.GUI.GradientGH_Grip

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also