This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
da138e22 78ea a1e0 17cc 4fc3dfc0de26
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Compares the current TableObject with another TableObject of the same type.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public int CompareTo(
TableObject other
)VB
Public Function CompareTo (
other As TableObject
) As IntegerC++
public:
virtual int CompareTo(
TableObject^ other
) sealedF#
abstract CompareTo :
other : TableObject -> int
override CompareTo :
other : TableObject -> int - TableObject
- A TableObject to compare with this TableObject.
Int32
An integer that indicates the relative order of the table objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the other parameter. Zero This object is equal to other. Greater than zero This object is greater than other.
IComparable(T).CompareTo(T)
If both table objects are not of the same type it will return zero. The comparison is made by their names.
TableObject Class
CompareTo Overload
netDxf.Tables Namespace