isEqual method

bool isEqual(
  1. DocumentSnapshot other
)

Returns true if the document's data and path in this DocumentSnapshot is equal to the provided one.

@param other The DocumentSnapshot to compare against. @return true if this DocumentSnapshot is equal to the provided one.

Implementation

external bool isEqual(DocumentSnapshot other);