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