method

eql?

eql?(other)
public

No documentation available.

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