mirror of
https://github.com/ppy/osu.git
synced 2025-03-17 22:17:25 +08:00
Add Equals
method to IssueTemplate
This will be useful in tests.
This commit is contained in:
parent
19a154ddf1
commit
d8088777ea
@ -70,5 +70,7 @@ namespace osu.Game.Rulesets.Edit.Checks.Components
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public bool Equals(IssueTemplate other) => other.Type == Type && other.UnformattedMessage == UnformattedMessage;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user