GH_DocumentCompareTo Method |
Compare two documents. This function does not compare document content.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic 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:
Int32Comparison key.
Implements
IComparableTCompareTo(T)
See Also