MCPcopy Create free account
hub / github.com/NativeScript/firebase / isEqual

Method isEqual

packages/firebase-firestore/index.android.ts:639–641  ·  view source on GitHub ↗
(other: Query)

Source from the content-addressed store, hash-verified

637 }
638
639 isEqual(other: Query): boolean {
640 return this.native.equals(other?.native);
641 }
642
643 get native() {
644 return this._native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected