mirror of
https://github.com/ppy/osu
synced 2025-02-14 00:57:27 +00: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…
Reference in New Issue
Block a user