Compares the UOPair to the other UOPair and returns an indication of their relative values (based on the ICompare of their elements).
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int CompareTo(
UOPair<T> other
)
Public Function CompareTo (
other As UOPair(Of T)
) As Integer
public:
virtual int CompareTo(
UOPair<T> other
) sealed
abstract CompareTo :
other : UOPair<'T> -> int
override CompareTo :
other : UOPair<'T> -> int
Parameters
- other
- Type: Bio.UtilUOPairT
the UOPair to compare to
Return Value
Type:
Int32[Missing <returns> documentation for "M:Bio.Util.UOPair`1.CompareTo(Bio.Util.UOPair{`0})"]
Implements
IComparableTCompareTo(T)See Also