equals method

  1. @override
bool equals(
  1. DestOutMap self,
  2. DestOutMap other
)

Implementation

@override bool equals(p3.DestOutMap self, p3.DestOutMap other) => Mapper.isEqual(self.id, other.id) && Mapper.isEqual(self.name, other.name) && Mapper.isEqual(self.hPos, other.hPos) && Mapper.isEqual(self.vPos, other.vPos) && Mapper.isEqual(self.hSize, other.hSize) && Mapper.isEqual(self.vSize, other.vSize) && Mapper.isEqual(self.freeze, other.freeze);