Add Song() != operator
This commit is contained in:
@@ -342,6 +342,7 @@ class Song {
|
||||
bool IsSimilar(const Song &other) const;
|
||||
|
||||
bool operator==(const Song &other) const;
|
||||
bool operator!=(const Song &other) const;
|
||||
|
||||
// Two songs that are on the same album will have the same AlbumKey.
|
||||
// It is more efficient to use IsOnSameAlbum, but this function can be used when you need to hash the key to do fast lookups.
|
||||
|
||||
Reference in New Issue
Block a user