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

◆ operator!=()

bool fl::string::operator!= ( const string & other) const

Definition at line 243 of file string.cpp.hpp.

243 {
244 return !(*this == other);
245}

References FL_NOEXCEPT.