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

NextPrevUpTopContentsIndex

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
Types and conversion between Lisp and Java
CLOS partial integration


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex