eq? ( obj1 obj2 -- ? )
Factor handbook » The language » Objects » Equality

Next:= ( obj1 obj2 -- ? )


Vocabulary
kernel

Inputs
obj1an object
obj2an object


Outputs
?a boolean


Word description
Tests if two references point at the same object.

Definition