Click or drag to resize

DurationCompareTo Method

Compares this instance against another Duration instance based on the bytes representation of the values.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public int CompareTo(
	Duration other
)

Parameters

other
Type: DseDuration

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also