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

◆ operator!=()

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

Definition at line 28 of file rectangular_draw_buffer.h.

28 {
29 return mPin != other.mPin || mNumBytes != other.mNumBytes ||
30 mIsRgbw != other.mIsRgbw;
31 }

References DrawItem(), mIsRgbw, mNumBytes, and mPin.

+ Here is the call graph for this function: