def __eq__()

in message_flow/sagas/orchestration/saga_instance.py [0:0]


    def __eq__(self, other: object) -> bool:
        return isinstance(other, SagaInstance) and self.saga_id == other.saga_id