# File lib/ipaddress/ipv6.rb, line 480
    def <=>(oth)
      return prefix <=> oth.prefix if to_u128 == oth.to_u128  
      to_u128 <=> oth.to_u128
    end