equals method
Implementation
@override bool equals(p3.ScreenDestination self, p3.ScreenDestination other) => Mapper.isEqual(self.id, other.id) && Mapper.isEqual(self.name, other.name) && Mapper.isEqual(self.hSize, other.hSize) && Mapper.isEqual(self.vSize, other.vSize) && Mapper.isEqual(self.layers, other.layers) && Mapper.isEqual(self.destOutMapColl, other.destOutMapColl);