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; [FieldPath](./firestore_lite.fieldpath.md) &gt; [isEqual](./firestore_lite.fieldpath.isequal.md) ## FieldPath.isEqual() method Returns true if this `FieldPath` is equal to the provided one. <b>Signature:</b> ```typescript isEqual(other: FieldPath): boolean; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | other | [FieldPath](./firestore_lite.fieldpath.md) | The <code>FieldPath</code> to compare against. | <b>Returns:</b> boolean true if this `FieldPath` is equal to the provided one.