Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ proxyIdentityEqual()

bool Ice::proxyIdentityEqual ( const std::optional< ObjectPrx > & lhs,
const std::optional< ObjectPrx > & rhs )
noexcept

Compares the object identities of two proxies.

Parameters
lhsA proxy.
rhsA proxy.
Returns
true if the identity in lhs compares equal to the identity in rhs, false otherwise.