isEqual method

bool isEqual(
  1. QuerySnapshot other
)

Returns true if this QuerySnapshot is equal to the provided one.

Implementation

bool isEqual(QuerySnapshot other) => jsObject.isEqual(other.jsObject);