class Sass::Tree::Node
def ==(other)
- See: Sass::Tree -
Returns:
-
(Boolean)
- Whether or not this node and the other object
Parameters:
-
other
(Object
) -- The object to compare with
def ==(other) self.class == other.class && other.children == children end