SearchQuery.eq method
SearchQuery › eq
Unofficial
Check whether this query is equal to another.Signature:
eq(other: SearchQuery): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| other | SearchQuery | The other search query to compare with. |
Returns: boolean — Whether the queries are equal.