Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

JCI_IsSameObject

This function checks whether two object references refer to the same object.It is equivalent to the JNI function IsSameObject.

Call

CALL 'JCI_IsSameObject' USING obj1 obj2

obj1

Object

obj2

Object

Arguments

obj1, obj2

Data fields of the type JCI-object
Objects which are to be compared.

Return value (RETURN-CODE)

JCI-RET-TRUE

Both object references refer to the same object or are both JCI-NULL.

JCI-RET-FALSE

The object references refer to different objects.

JCI-RET-ENOVM

No Java VM has been started.