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