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

◆ operator!=()

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

Definition at line 20 of file rectangular_draw_buffer.h.

20 {
21 return mPin != other.mPin || mNumBytes != other.mNumBytes ||
22 mIsRgbw != other.mIsRgbw;
23 }

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

+ Here is the call graph for this function: