Compares this counter to the specified counter.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int CompareTo(
Counter that
)
Parameters
- that
- Type: Algs4NetCounter
that the other counter
Return Value
Type:
Int320 if the value of this counter equals
the value of that counter; a negative integer if the
value of this counter is less than the value of that
counter; and a positive integer if the value of this
counter is greater than the value of that counter
Implements
IComparableTCompareTo(T)
See Also