J-Integra® Espresso Programming Documentation (API)

Any.equal Method

Checks for equality between this Any object and the given Any object. Two Any objects are equal if both their values and type codes are equal.

bool equal(
 Ics.CORBA.Any a
);

Parameters

a
the Any object to test for equality.

Return Value

true if the Any objects are equal; false otherwise.

Remarks

none

Exceptions

none

See Also

Any Interface | Any Members | Ics Namespace