class Sass::Tree::PropNode
def ==(other)
-
(Boolean)- Whether or not this node and the other object
Parameters:
-
other(Object) -- The object to compare with
def ==(other) self.class == other.class && name == other.name && value == other.value && super end