method
==
==(other)
public
Hide source
# File lib/resolv.rb, line 1185 def ==(other) return self.class == other.class && @downcase == other.downcase end