C#C
C#4y ago
Gladiator

Equals for structs [Answered]

Is it standard to implement GetHashCode and == and Equals for structs even if all fields should be used? because the default one is using reflection to get fields
Was this page helpful?