New video from the Practical C# Video series. Explore how to implement equality for value types and reference types in C#.
Implement Equality
Equality in C# is a bit confusing and probably the part of the language I like less. This video want to clarify a bit the situation and provide you a simple pattern for implementing equality while trying to avoid entering into many unnecessary details. On a practical level, and with the right tools implementing equality is relatively easy.
[…] Practical C# – Implementing Equality (Andrea Angella) […]