splatnet3_scraper.query.QueryResponse.__eq__(other)

Returns whether the QueryResponse is equal to another object.

Explicitly, this method checks whether the other object is a QueryResponse and whether the data and metadata are the same as the ones found in the QueryResponse.

Parameters:
other : object

The object to compare to.

Returns:

bool – Whether the QueryResponse is equal to the other object.