Overview | Compares two TypeCodes for equality. |
Original class | CORBA::TypeCode |
Exceptions | CORBA::SystemException |
Intended Usage
The equal method can be invoked on any TypeCode. The equal method is used to determine whether two distinct TypeCodes describe the same underlying abstract data type. Equivalent TypeCodes produce the same results when TypeCode methods are invoked on them.
Syntax
CORBA::Boolean equal(CORBA::TypeCode_ptr tc) const;
Input parameters
Return values