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

Method isEqual

packages/firebase-firestore/index.ios.ts:579–581  ·  view source on GitHub ↗
(other: Query)

Source from the content-addressed store, hash-verified

577 }
578
579 isEqual(other: Query): boolean {
580 return this.native.isEqual(other?.native);
581 }
582
583 get native() {
584 return this._native;

Callers

nothing calls this directly

Calls 1

isEqualMethod · 0.65

Tested by

no test coverage detected