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