# File lib/Dnsruby/name.rb, line 402
      def <=>(other)
        return (@downcase <=> other.downcase)
      end