method

eql?

v7.1.3.2 - Show latest stable - Class: Arel::Nodes::Distinct
eql?(other)
public

No documentation available.

# File activerecord/lib/arel/nodes/terminal.rb, line 10
      def eql?(other)
        self.class == other.class
      end