
| 
 Purpose  | 
 Check if object variables refer to the same object.  | 
| 
 Syntax  | 
 Result = OBJEQUAL(ObjectVar1, ObjectVar2)  | 
| 
 Remarks  | 
 Compares two object variables to determine if they refer to the same object. It returns true (-1) if both refer to the same object (or both refer to NOTHING); otherwise it returns false (0). If the two object variables refer to the same class, but not the same specific object, false (0) is returned.  | 
| 
 See also  |