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

◆ operator!=()

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

Definition at line 42 of file rectangular_draw_buffer.h.

42 {
43 return mPin != other.mPin || mNumBytes != other.mNumBytes ||
44 mIsRgbw != other.mIsRgbw;
45 }

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

+ Here is the call graph for this function: