Allows classes to compare class objects.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
public:
int CompareTo(
Object^ obj
)
member CompareTo :
obj : Object -> int
Parameters
- obj Object
- [in] Object to compare with.
Return Value
Int32
Result of the comparison. Returns 0 by default.
See Also