Function not-same?
not-same? object1 object2
Checks if two objects are not the same object.
- Parameters:
- object1 -
An object of any type.
- object2 -
An object of any type.
- Returns:
-
True if the arguments object1 and
object2 are not the same object.
False otherwise.
-
Report a bug or request new features
© 2002