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

◆ operator==()

bool fl::Corkscrew::iterator::operator== ( const iterator & other) const
inline

Definition at line 123 of file corkscrew.h.

123 {
124 return mPosition == other.mPosition;
125 }

References iterator(), and mPosition.

+ Here is the call graph for this function: