Duration.CompareTo Method |
Compares this instance against another
Duration instance based on the bytes representation
of the values.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.5.0
Syntaxpublic int CompareTo(
Duration other
)
Parameters
- other
- Type: Dse.Duration
Return Value
Type:
Int32Implements
IComparable<T>.CompareTo(T)
See Also