Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::TypeCode::equal

Synopsis

Determines whether two TypeCode objects are equal.

C++ Binding

CORBA::Boolean CORBA::TypeCode::equal (
CORBA::TypeCode_ptr TypeCodeObj) const;

Argument

TypeCodeObj

A pointer to a TypeCode object with which to make the comparison.

Description

This member function determines whether a TypeCode object is equal to the input parameter, TypeCodeObj.

Return Values

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.

If the function does not succeed, an exception is thrown.

 

Skip navigation bar  Back to Top Previous Next