Skip to content

SearchQuery.eq method

SearchQuery › eq

Unofficial

Check whether this query is equal to another.

Signature:

eq(other: SearchQuery): boolean

Parameters:

Parameter Type Description
other SearchQuery The other search query to compare with.

Returns: booleanWhether the queries are equal.