# File lib/sass/selector/abstract_sequence.rb, line 57
      def eql?(other)
        other.class == self.class && other.hash == self.hash && _eql?(other)
      end