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

Method isEqual

packages/firebase-firestore/index.android.ts:1236–1238  ·  view source on GitHub ↗
(ts: Timestamp)

Source from the content-addressed store, hash-verified

1234 }
1235
1236 isEqual(ts: Timestamp): boolean {
1237 return this.native.compareTo(ts.native) === 0;
1238 }
1239
1240 toDate() {
1241 return new Date(this._native.toDate().getTime());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected