def __eq__()

in common/data_types.py [0:0]


    def __eq__(self, other: TaskInstance) -> bool:
        return (self.task_id == other.task_id) and (self.period_id == other.period_id)