public interface _RTypeOperations
Modifier and Type | Method and Description |
---|---|
int |
compare(RType rhs,
Ice.Current __current)
Equals-like functionality for all RTypes.
|
int compare(RType rhs, Ice.Current __current)
rbool(true).compare(rbool(true)) == 0This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
__current
- The Current object for the invocation.