voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
27 lines (15 loc) • 735 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [lite](./firestore_lite.md) > [Timestamp](./firestore_lite.timestamp.md) > [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.