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