class Sass::Script::Value::Map

def eq(other)

Other tags:
    See: Value#eq -
def eq(other)
  Bool.new(other.is_a?(Map) && value == other.value)
end