29 int16_t minThreshold = 0;
30 int16_t maxThreshold = 0;
31 uint8_t disableAllowed = 0;
34 return minThreshold == other.minThreshold &&
35 maxThreshold == other.maxThreshold &&
36 disableAllowed == other.disableAllowed;
40 return !(*
this == other);