method

eql?

eql?(other)
public

No documentation available.

# File activerecord/lib/arel/nodes/named_function.rb, line 17
      def eql?(other)
        super && self.name == other.name
      end