method
==
==(other)
public
Hide source
# File lib/resolv.rb, line 1249 def ==(other) # :nodoc: return false unless Name === other return false unless @absolute == other.absolute? return @labels == other.to_a end