Click or drag to resize

SingleBorderCompareTo Method

Compares SingleBorder objects.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public int CompareTo(
	Object obj
)

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