1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-24 15:27:19 +08:00
Bartłomiej Dach aaa7c7eb05 Handle null case explicitly in SpectatorState.Equals()
Uses the usual pattern of two `ReferenceEquals` checks against `this`
and `null` before proceeding to inspect field values. Doing this causes
the compiler to infer that at the point that field values are checked,
`other` can no longer viably be `null`.
2021-05-14 23:58:07 +02:00
..
2021-04-04 09:44:45 +08:00
2021-04-07 16:45:10 +09:00