| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > DbChangeManager > DbChangeManager Methods >====== Equal(checks for equal before and after values) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[checkpair check field pairs for changes .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[init initialize the dbchangemanager object .htm|{{btn_next_n.gif|Next page}}]] | | || **Equal(**//filename//**)** {{blk2blue.jpg|blk2blue.jpg}} | **Equal** | Compares before and after values of fields. | | //filename// | A string constant, variable, EQUATE, or expression containing the label of the file that is audited. | The **Equal** method returns one (1) if all pairs are equal and returns zero (0) if any pairs are not equal. **Implementation:** The Equal method simply calls FieldPairsClass.Equat method which calls the FieldPairsClass.EqualLeftRight method which in turn does all the comparison work. **Return Data Type:**     BYTE **See Also:**     [[equal return 1 if all pairs are equal .htm|FieldPairsClass.Equal]]