why c# not allowed operator overloading while C++ do?
I got this error, when trying to overload.
Overloadable binary operator expected
You can overload operators in C#. Operator Overloading Tutorial