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

◆ operator!=()

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

Definition at line 144 of file fltest.h.

144 {
145 return !(*this == other);
146 }

References FL_NOEXCEPT.