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 446 of file geometry.h.

446 {
447 return !(*this == r);
448 }

References rect().

+ Here is the call graph for this function: