class ActiveModel::AttributeSet

def ==(other)

def ==(other)
  attributes == other.attributes
end