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