FileOffsetCompareTo Method |
Compares two FileOffsets.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic int CompareTo(
FileOffset other
)
Public Function CompareTo (
other As FileOffset
) As Integer
public:
virtual int CompareTo(
FileOffset other
) sealed
abstract CompareTo :
other : FileOffset -> int
override CompareTo :
other : FileOffset -> int
Parameters
- other
- Type: Bio.IO.BAMFileOffset
Other file offset to compare.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Bio.IO.BAM.FileOffset.CompareTo(Bio.IO.BAM.FileOffset)"]
Implements
IComparableTCompareTo(T)
See Also