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