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