method

eql?

ruby latest stable - Class: Resolv::LOC::Coord
eql?(other)
public

No documentation available.

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