class Sass::Script::Value::Base

def ==(other)

Returns:
  • (Boolean) - Whether or not this value is equivalent to `other`

Parameters:
  • other (Object) -- The object to compare with
def ==(other)
  eq(other).to_bool
end