- armor-eq? obj1 obj2procedure
Returns #t if both objects refer to the same memory address. Same as (= (armor-address obj1) (armor-address obj2)).
Each object can be an instance of any type defined with define-armor-type, or a pointer, locative, blob, or #f (which is treated as a null pointer, address 0).