equals method
Implementation
@override bool? equals(AutobotConfig self, AutobotConfig other) => Mapper.isEqual(self.taskDir, other.taskDir);
@override bool? equals(AutobotConfig self, AutobotConfig other) => Mapper.isEqual(self.taskDir, other.taskDir);