public bool Equals(BeatSaverSong other) { return(SongId.ToLower() == other._id); }
public bool Equals(Song other) { return(SongId.ToLower() == other.SongId.ToLower()); }