method
==
==(other)
public
Hide source
# File lib/resolv.rb, line 2373 def ==(other) # :nodoc: return @address == other.address end