J-Integra® Espresso Programming Documentation (API)

Object._is_equivalent Method

Determines whether the two object references are equivalent. Two object references are equivalent if they are identical or if they refer to the same object. If the determination, however, is too time consuming ORBs are not required to check whether two distinct object references refer to the same object.

bool _is_equivalent(
 Ics.CORBA.Object other
);

Parameters

other
the other object reference with which to check for equivalence.

Return Value

true if this object reference is equivalent to the given object reference. Note that false indicates only that the two object references are distinct, not necessarily that they reference distinct objects.

Remarks

none

Exceptions

none

See Also

Object Interface | Object Members | Ics Namespace