Click or drag to resize
WordMatchCompareTo Method
Overload List
  NameDescription
Public methodCompareTo(Object)
CompareTo method is used while sorting WordMatch objects.
Public methodCompareTo(WordMatch)
Compares two sequence matches so the result can be used in sorting. The comparison is done by size and if the size is equal, by seq1 start position. If the sequence1 start positions are equal they are sorted by sequence2 start position.
Top
See Also