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