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