equals method

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

Implementation

@override bool equals(p2.GetAllCUsbBody self, p2.GetAllCUsbBody other) => Mapper.isEqual(self.countCUsbs, other.countCUsbs) && Mapper.isEqual(self.cUsbLanExtenders, other.cUsbLanExtenders);