in blog/account-c-invoice-processing/invoice_processing/schema/com_examplecorp_webstore/newordercreated/NewOrderCreatedItem.py [0:0]
def __eq__(self, other):
if not isinstance(other, NewOrderCreatedItem):
return False
return self.__dict__ == other.__dict__