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