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

◆ operator!=()

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

Definition at line 41 of file rectangular_draw_buffer.h.

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

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

+ Here is the call graph for this function: