All Manuals > LispWorks® User Guide and Reference Manual > 39 The LW-JI Package

java-objects-eq Function

Summary

Tests whether two objects represent the same Java object.

Package

lw-ji

Signature

java-objects-eq obj1 obj2 => result

Arguments
obj1, obj2
Lisp objects.
Values
result
A boolean.
Description

The function java-objects-eq tests whether obj1 and obj2 represent the same Java object.

See also

jobject-p
jobject
15.1 Types and conversion between Lisp and Java
15.8 CLOS partial integration


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:46