FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator!=()

bool fl::SpiChipsetConfig::operator!= ( const SpiChipsetConfig & other) const
inline

Inequality operator.

Examples
/home/runner/work/FastLED/FastLED/src/fl/channels/config.h.

Definition at line 135 of file config.h.

135 {
136 return !(*this == other);
137 }

References SpiChipsetConfig(), and FL_NOEXCEPT.

+ Here is the call graph for this function: