isEqual method

bool isEqual(
  1. CollectionReference other
)
override

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