Ice.proxyIdentityCompare¶
- Ice.proxyIdentityCompare(lhs: ObjectPrx | None, rhs: ObjectPrx | None) int¶
Compares the object identities of two proxies.
- Parameters:
lhs (Ice.ObjectPrx | None) – A proxy.
rhs (Ice.ObjectPrx | None) – A proxy.
- Returns:
-1if the identity inlhscompares less than the identity inrhs;0if the identities compare equal;1, otherwise.- Return type: