UNPKG

voluptasmollitia

Version:
27 lines (15 loc) 735 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [lite](./firestore_lite.md) &gt; [Timestamp](./firestore_lite.timestamp.md) &gt; [isEqual](./firestore_lite.timestamp.isequal.md) ## Timestamp.isEqual() method Returns true if this `Timestamp` is equal to the provided one. <b>Signature:</b> ```typescript isEqual(other: Timestamp): boolean; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | other | [Timestamp](./firestore_lite.timestamp.md) | The <code>Timestamp</code> to compare against. | <b>Returns:</b> boolean true if this `Timestamp` is equal to the provided one.