Point3d.CompareTo Method
Public Function CompareTo( _
ByVal obj As Object _
) As Integer Implements _
IComparable.CompareTo
This language is not supported or no code example is available.
Parameters
- obj
- object
An object to compare with this instance.
Return Value
intA value that indicates the relative order of the objects being compared. The return value has these meanings: Value Meaning Less than zero This instance precedes obj in the sort order. Zero This instance occurs in the same position in the sort order as obj. Greater than zero This instance follows obj in the sort order.
Implements
IComparable.CompareToException type | Condition |
---|---|
obj is not the same type as this instance. |