# File lib/whois/answer.rb, line 113
    def unchanged?(other)
      self == other ||
      parser.unchanged?(other.parser)
    end