isEqual method

bool isEqual(
  1. Query? other
)

Returns whether or not the current and provided queries represent the same location, have the same query parameters, and are from the same instance of firebase.app.App.

Implementation

external bool isEqual(Query? other);