J-Integra® Espresso Programming Documentation (API)

Delegate.equals Method

Returns a duplicate of the object reference provided.

bool equals(
 CORBA.Object self,
 System.Object obj
);

Parameters

self
The object reference that delegated to this delegate.
obj
The Object with which to compare.

Return Value

true if obj equals self; false otherwise.

Remarks

none

Exceptions

none

See Also

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