[C#] Player != null -> NullReferenceException

So, as a general rule of thumb, equality operators should be checking for null.

somePlayerInstance != null

This is the usual null-reference checking, however this is impossible as there’s a bug at

Should be checking a/b for null before checking the handle’s matching.