Method Equals
Equals(Object)
Return true iff we represent the same query as o
Declaration
public override bool Equals(Object o)
Parameters
Type | Name | Description |
---|---|---|
System. |
o | another object |
Returns
Type | Description |
---|---|
System. |
true iff o is a DisjunctionMaxQuery with the same boost and the same subqueries, in the same order, as us |