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: 3.47.3
Syntax
C#
public int CompareTo( Unit that )
Parameters
- that
- Type: Apptus.ESales.Connector.TimeUnit
Another unit to compare to.
Return Value
Type: Int32Implements
IComparableTCompareTo(T)See Also