Ice.proxyIdentityEqual¶
- Ice.proxyIdentityEqual(lhs: ObjectPrx | None, rhs: ObjectPrx | None) bool¶
Checks if the object identities of two proxies are equal.
- Parameters:
lhs (Ice.ObjectPrx | None) – A proxy.
rhs (Ice.ObjectPrx | None) – A proxy.
- Returns:
Trueif the identity inlhsis equal to the identity inrhs,Falseotherwise.- Return type: