GH_Document.CompareTo Method

GH_DocumentCompareTo Method

Compare two documents. This function does not compare document content.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int CompareTo(
	GH_Document other
)
Public Function CompareTo ( 
	other As GH_Document
) As Integer

Parameters

other
Type: Grasshopper.KernelGH_Document
Document to compare to.

Return Value

Type: Int32
Comparison key.

Implements

IComparableTCompareTo(T)
See Also