isEqual method

bool isEqual(
  1. DocumentReference other
)

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

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

Implementation

external bool isEqual(DocumentReference other);