CORBA Programming Reference
|
|
Determines whether two TypeCode objects are equal.
CORBA::Boolean CORBA::TypeCode::equal (
CORBA::TypeCode_ptr TypeCodeObj) const;
This member function determines whether a TypeCode object is equal to the input parameter, TypeCodeObj.
If the TypeCode object is equal to the TypeCodeObj parameter, CORBA_TRUE is returned.
If the TypeCode object is not equal to the TypeCodeObj parameter, CORBA_FALSE is returned.
|
|
|