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