UnitCompareTo Method A Sandcastle Documented Class Library
Compares to units. The unit with the smallest duration is considered the lesser one.

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public int CompareTo(
	Unit that
)

Parameters

that
Type: Apptus.ESales.Connector.TimeUnit
Another unit to compare to.

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also

Reference