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

◆ operator==()

bool fl::u16x16::operator== ( u16x16 b) const
inlineconstexpr

Definition at line 120 of file u16x16.h.

120{ return mValue == b.mValue; }
u32 mValue
Definition u16x16.h:201

References u16x16(), FL_NOEXCEPT, and mValue.

+ Here is the call graph for this function: