SingleBorderCompareTo Method |
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
Parameters
- obj Object
Return Value
Int32
Returns a negative int, zero, or a positive int as this object is less than, equal to, or greater than the specified object.
Implements
IComparableCompareTo(Object)
See Also