How To Implement Structural Equality in Your C# classes
In a previous article about equality in C# I talked about different equality types and then discussed the reference equality focusing on the inconsistent behavior you can get if you’re…
Beyond software engineering
In a previous article about equality in C# I talked about different equality types and then discussed the reference equality focusing on the inconsistent behavior you can get if you’re…
Equality in C# seems simple but there are pitfalls. Equality checks might return unexpected values so here's what you can do about it