Пример #1
0
 public bool Equals(BeatSaverSong other)
 {
     return(SongId.ToLower() == other._id);
 }
Пример #2
0
 public bool Equals(Song other)
 {
     return(SongId.ToLower() == other.SongId.ToLower());
 }