#include <PG_Location_Equal_To.h>
Public Member Functions | |
int | operator() (const PortableGroup::Location &lhs, const PortableGroup::Location &rhs) const |
This functor simply does a string comparison of each of the elements in the given TAO_PortableGroup::Location name sequences.
Definition at line 40 of file PG_Location_Equal_To.h.
|
Perform a string comparison on each of the sequence elements in the given locations. Definition at line 8 of file PG_Location_Equal_To.inl. References PortableGroup::Location.
00011 {
00012 return lhs == rhs;
00013 }
|