class Sass::Selector::Simple
def eql?(other)
-
(Boolean)
- Whether or not this is equal to `other`
Parameters:
-
other
(Object
) -- The object to test equality against
def eql?(other) other.class == self.class && other.hash == hash && other.equality_key == equality_key end