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

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override bool Equals(
	Object o
)
Visual Basic
Public Overrides Function Equals ( _
	o As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System..::..Object
The comparison Object

Return Value

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

See Also