Articles in this series
Let's see a simple way to model complex numbers in C#. First of all, let's create a simple console project in .NET Core and add a class file into the...
This is the second part of the series "complex numbers in C#". In this part I will discuss for object equality and how this concept can be applied in...