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