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