[This is preliminary documentation and is subject to change.]
Compares this instance to a specified
TimeSpanFormattable object and returns an indication of their relative values.
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
Return Value
A signed number indicating the relative values of this instance and
other. Value Description: A negative integer This instance is less than
other. Zero This instance is equal to
other. A positive integer This instance is greater than
other.
Implements
IComparable<(Of <(<'T>)>)>..::..CompareTo(T)
See Also