# File lib/sass/tree/comment_node.rb, line 50
    def ==(other)
      self.class == other.class && value == other.value && silent == other.silent && loud == other.loud
    end