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