The compare function returns an array of CorrelatedSequence
objects. Each entry describes a contiguous run of tokens that are
equal, deleted,
or inserted.
For equal sequences both lists contain the matched tokens. For deletions
only comparisonUnitList1 is populated; for insertions only
comparisonUnitList2 is populated.
A pair of token subsequences together with their CorrelationStatus.
Remarks
The compare function returns an array of
CorrelatedSequenceobjects. Each entry describes a contiguous run of tokens that are equal, deleted, or inserted.For equal sequences both lists contain the matched tokens. For deletions only comparisonUnitList1 is populated; for insertions only comparisonUnitList2 is populated.