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

◆ 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: