Add IBeatmapSetInfo equality support

This commit is contained in:
Dean Herbert
2021-11-12 18:14:11 +09:00
parent a67e156883
commit 54cd1158a4
4 changed files with 36 additions and 2 deletions

View File

@ -12,7 +12,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// A representation of a collection of beatmap difficulties, generally packaged as an ".osz" archive.
/// </summary>
public interface IBeatmapSetInfo : IHasOnlineID<int>
public interface IBeatmapSetInfo : IHasOnlineID<int>, IEquatable<IBeatmapSetInfo>
{
/// <summary>
/// The date when this beatmap was imported.