def __eq__()

in blog/account-c-invoice-processing/invoice_processing/schema/com_examplecorp_webstore/newordercreated/NewOrderCreated.py [0:0]


    def __eq__(self, other):
        if not isinstance(other, NewOrderCreated):
            return False

        return self.__dict__ == other.__dict__