return cmp(self[:length], other[:length]) or \
                      cmp(self[length:], other[length:])