# File lib/sass/tree/prop_node.rb, line 73
    def ==(other)
      self.class == other.class && name == other.name && value == other.value && super
    end