# File lib/dnsruby/message/question.rb, line 65 def ==(other) other.is_a?(Question) && self.qname == other.qname && self.qtype == other.qtype && self.qclass == Classes.new(other.qclass) end