Tag: Equality in C#
Equality in C#: Part 2 – Value equality
Dan Patrascu-Baba
Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Latest posts by Dan Patrascu-Baba (see all)
- Configuration and environments in ASP.NET Core - 25/11/2019
- GraphQL in the .NET ecosystem - 19/11/2019
- A common use case of delegating handlers in ASP.NET API - 12/11/2019
In the previous article of this series about equality in C# I talked about different equality types and then discussed the reference equality. In this…
Equality in C#: Part 1- Equality types and reference equality
Dan Patrascu-Baba
Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Latest posts by Dan Patrascu-Baba (see all)
- Configuration and environments in ASP.NET Core - 25/11/2019
- GraphQL in the .NET ecosystem - 19/11/2019
- A common use case of delegating handlers in ASP.NET API - 12/11/2019
I had an interesting discussion with one of my students regarding equality in C# recently. It all started from a simple question: “how can I…