equalsAccidentalInsensitive method

bool equalsAccidentalInsensitive(
  1. NotePosition another
)

Implementation

bool equalsAccidentalInsensitive(NotePosition another) =>
    note == another.note && octave == another.octave;