UNPKG

voluptasmollitia

Version:
25 lines (14 loc) 629 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; [FieldValue](./firestore_lite.fieldvalue.md) &gt; [isEqual](./firestore_lite.fieldvalue.isequal.md) ## FieldValue.isEqual() method Compares `FieldValue`<!-- -->s for equality. <b>Signature:</b> ```typescript abstract isEqual(other: FieldValue): boolean; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | other | [FieldValue](./firestore_lite.fieldvalue.md) | | <b>Returns:</b> boolean