1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 19:41:18 +08:00
Files
osu-lazer/osu.Game/Online/Spectator
T
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`.
aaa7c7eb05 · 2021-05-14 23:58:07 +02:00
History
..