Click or drag to resize
SequenceRangeCompareTo Method (Object)
Compares two sequence ranges.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
SequenceRange instance to compare.

Return Value

Type: Int32
If the Start values of the two ranges are identical then the result of this comparison is the result from calling CompareTo() on the two End values. If the Start values are not equal then the result of this comparison is the result of calling CompareTo() on the two Start values.

Implements

IComparableCompareTo(Object)
See Also