示例#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());
 }