nogen der kan hjælpe med at løse denne opgave!!
Implement a struct Complex representing a complex number. Write a constructor aswell as properties for accessing the real part and the imaginary part of the
complex number.
The following operators should be implemented with operator overloading:
+,-,*,/,==,!=
Add an implicit and an explicit conversion operator that can convert between
complex numbers and double.
Override the methods Equals, ToString and GetHashCode
(all inherited from Object)