Ice.proxyIdentityCompare

Ice.proxyIdentityCompare(lhs: ObjectPrx | None, rhs: ObjectPrx | None) int

Compares the object identities of two proxies.

Parameters:
Returns:

-1 if the identity in lhs compares less than the identity in rhs; 0 if the identities compare equal; 1, otherwise.

Return type:

int