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

◆ operator!=()

template<typename T, size_t N>
bool fl::operator!= ( const array< T, N > & lhs,
const array< T, N > & rhs )

Definition at line 135 of file array.h.

135 {
136 return !(lhs == rhs);
137}