Exemplo n.º 1
0
 public override int GetHashCode() => Songs.Aggregate(Path.GetHashCode(), (current, song) => current ^ song.GetHashCode());