Apache Lucene.Net 2.4.0 Class Library API

TermVectorOffsetInfo.Equals Method 

Two TermVectorOffsetInfos are equals if both the start and end offsets are the same

public override bool Equals(
   object o
);

Parameters

o
The comparison object

Return Value

true if both {@link #GetStartOffset()} and {@link #GetEndOffset()} are the same for both objects.

See Also

TermVectorOffsetInfo Class | Lucene.Net.Index Namespace