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