20 bool operator==(
const I2CCommandType& a,
const I2CCommandType& b)
22 return (a.value_ == b.value_);
25 bool operator!=(
const I2CCommandType& a,
const I2CCommandType& b)
27 return (a.value_ != b.value_);
Define API to define and manage I2C devices.
bool operator==(const RTTTime &a, const RTTTime &b)
Compare 2 RTTTime instances.
bool operator!=(const RTTTime &a, const RTTTime &b)
Compare 2 RTTTime instances.