Population Count Consistency - Structs and Classes - Silver Challenge

That’s probably because of the fundamental difference between classes and structs: classes are reference types whereas structs are value types.

See also: Instances of myTown created for each monster?