FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ operator!=() [2/2]

template<typename T>
template<typename U>
bool fl::rect< T >::operator!= ( const rect< U > & r) const
inline

Definition at line 427 of file geometry.h.

427 {
428 return !(*this == r);
429 }

References rect().

+ Here is the call graph for this function: