struct Performance
Let's have a small look into struct
s and how they work when using Equals
and GetHashCode
. Plus have a brief look into a new C# 10 feature: readonly record struct
.
Let's have a small look into struct
s and how they work when using Equals
and GetHashCode
. Plus have a brief look into a new C# 10 feature: readonly record struct
.