ReferenceEquals
| Compares two objects and returns whether they are the same. | |
| UI Command: | None. |
| Syntax: | obj.ReferenceEquals(<obj1>, <obj2>) |
| Parameters: |
obj1, obj2 (any type) |
| Return Value: |
BOOL |
| VB Example: | obj.ReferenceEquals(obj1, obj2) |
| IPY Example: | oDoc.ReferenceEquals(obj1, obj2) |