# File lib/arel/nodes/and.rb, line 27
      def eql? other
        self.class == other.class &&
          self.children == other.children
      end