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

◆ operator==()

bool fl::IChannelDriver::DriverState::operator== ( Value v) const
inline

Comparison operators for backward compatibility.

Definition at line 186 of file driver.h.

186{ return state == v; }
Value state
Current driver state.
Definition driver.h:173

References FL_NOEXCEPT, and state.