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