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

Method isEqual

packages/firebase-firestore/index.ios.ts:1107–1109  ·  view source on GitHub ↗
(ts: Timestamp)

Source from the content-addressed store, hash-verified

1105 }
1106
1107 isEqual(ts: Timestamp): boolean {
1108 return this.native.compare(ts.native) === NSComparisonResult.OrderedSame;
1109 }
1110
1111 toDate() {
1112 return this.native.dateValue();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected