isEqual method

bool isEqual(
  1. AggregateQuerySnapshot other
)

Compares this object with the given object for equality.

Two AggregateQuerySnapshot instances are considered "equal" if they have the same data and their underlying queries compare "equal" using AggregateQuery.isEqual().

@param other The object to compare to this object for equality. @return true if this object is "equal" to the given object, as defined above, or false otherwise.

Implementation

external bool isEqual(AggregateQuerySnapshot other);