# File lib/sass/script/list.rb, line 28
    def eq(other)
      Sass::Script::Bool.new(
        self.class == other.class && self.value == other.value &&
        self.separator == other.separator)
    end