| 81842 |  EQ | ( ob1 ob2 → flag )Returns
 TRUEif both objects are the same,
i.e., they occupy the same physical space in
memory. Only the addresses of the objects are
tested. | 
| 84047 |  2DUPEQ | ( ob1 ob2 → ob1 ob2 flag )Does
 2DUPthenEQ. | 
| 8405B |  EQOR | ( flag ob1 ob2 → flag' )Does
 EQthenOR. | 
| 83AAC |  EQOVER | ( ob3 ob1 ob2 → ob3 flag ob3 )Does
 EQthenOVER. | 
| 81847 |  EQUAL | ( ob1 ob2 → flag )Returns
 TRUEif the objects are equal
(but not necessarily the same), i.e., their
prologs and contents are the same. | 
| 84033 |  EQUALNOT | ( ob1 ob2 → flag )Returns
 TRUEif the objects are different. | 
| 8406F |  EQUALOR | ( flag ob1 ob2 → flag' )Does
 EQUALthenOR. |