Click or drag to resize
WordMatchCompareTo Method (Object)
CompareTo method is used while sorting WordMatch objects.

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
WordMatch object

Return Value

Type: Int32
Returns zero if the objects are equal, Else, returns zero if the objects have the same length, sequence1start and sequence2Start If lengths are equal, then the objects are ordered by sequence1start If lengths are equal and sequence1Start are equal, then the objects are ordered by

Implements

IComparableCompareTo(Object)
See Also