Package omero

Interface _RTypeOperations

    • Method Detail

      • compare

        int compare​(RType rhs,
                    Ice.Current __current)
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Parameters:
        __current - The Current object for the invocation.