J-Integra® Espresso Programming Documentation (API)

Delegate.is_equivalent Method

Determines if the two object references are equivalent.

bool is_equivalent(
 CORBA.Object self,
 CORBA.Object rhs
);

Parameters

self
The object reference which delegated to this delegate.
rhs
The object reference to check equivalence against.

Return Value

true if the objects are CORBA-equivalent.

Remarks

none

Exceptions

none

See Also

Delegate Interface | Delegate Members | CORBA.portable Namespace | Ics.CORBA Namespace