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