equals method
Implementation
@override bool equals(p3.DestOutMapColl self, p3.DestOutMapColl other) => Mapper.isEqual(self.id, other.id) && Mapper.isEqual(self.destOutMap, other.destOutMap);
@override bool equals(p3.DestOutMapColl self, p3.DestOutMapColl other) => Mapper.isEqual(self.id, other.id) && Mapper.isEqual(self.destOutMap, other.destOutMap);