method

eql?

eql?(other)
public

No documentation available.

# File lib/resolv.rb, line 1732
      def eql?(other) # :nodoc:
        return self == other
      end