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

◆ operator==()

bool fl::audio::detector::Key::operator== ( const Key & other) const
inline

Definition at line 71 of file key.h.

71 {
72 return rootNote == other.rootNote && isMinor == other.isMinor;
73 }

References Key(), isMinor, and rootNote.

+ Here is the call graph for this function: