in lib/facebook_ads/ad_objects/server_side/content.rb [111:122]
def ==(o)
return self.class == o.class &&
product_id == o.product_id &&
quantity == o.quantity &&
item_price == o.item_price &&
title == o.title &&
description == o.description &&
brand == o.brand &&
category == o.category &&
delivery_category == o.delivery_category
end