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