| 
    TAO_PortableGroup
    2.1.9
    
   | 
 
Functions | |
| bool | operator== (const CosNaming::Name &lhs, const CosNaming::Name &rhs) | 
| Global CosNaming::Name equality operator.  More... | |
| bool | operator!= (const CosNaming::Name &lhs, const CosNaming::Name &rhs) | 
| Global CosNaming::Name inequality operator.  More... | |
| bool operator!= | ( | const CosNaming::Name & | lhs, | 
| const CosNaming::Name & | rhs | ||
| ) | 
Global CosNaming::Name inequality operator.
This simple implementation simply negates the result of the equality operator.
| bool operator== | ( | const CosNaming::Name & | lhs, | 
| const CosNaming::Name & | rhs | ||
| ) | 
Global CosNaming::Name equality operator.
Used for checking equality of PortableGroup::Location and PortableGroup::Property variables.
 1.8.3.1