public bool Equals(Chord other) { return(AbsoluteTime == other.AbsoluteTime && Equals(Notes, other.Notes)); }