Click or drag to resize
UOPairTCompareTo Method
Compares the UOPair to the other UOPair and returns an indication of their relative values (based on the ICompare of their elements).

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int CompareTo(
	UOPair<T> other
)

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