isEqual method
Returns true if the document data in this QuerySnapshot
is equal to the
provided one.
@param other The QuerySnapshot
to compare against.
@return true if this QuerySnapshot
is equal to the provided one.
Implementation
external bool isEqual(QuerySnapshot other);