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

◆ operator==()

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

Definition at line 138 of file fltest.h.

138 {
139 return mLine == other.mLine &&
140 fl::strcmp(mFile, other.mFile) == 0 &&
141 fl::strcmp(mName, other.mName) == 0;
142 }
int strcmp(const char *s1, const char *s2) FL_NOEXCEPT

References FL_NOEXCEPT, mFile, mLine, mName, and fl::strcmp().

+ Here is the call graph for this function: