method

eql?

eql?(other)
public

No documentation available.

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