Apache Lucene.Net 2.1 Class Library API

DisjunctionMaxQuery.Equals Method 

Return true iff we represent the same query as o

public override bool Equals(
   object o
);

Parameters

o
another object

Return Value

true iff o is a DisjunctionMaxQuery with the same boost and the same subqueries, in the same order, as us

See Also

DisjunctionMaxQuery Class | Lucene.Net.Search Namespace