Home > @firebase/firestore > / > Timestamp > isEqual
Timestamp.isEqual() method
Returns true if this Timestamp is equal to the provided one.
Signature:
isEqual(other: Timestamp): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| other | Timestamp | The Timestamp to compare against. |
Returns:
boolean
true if this Timestamp is equal to the provided one.