isEqual method
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);