why c# not allowed operator overloading while C++ do?
I got this error, when trying to overload.
Overloadable binary operator expected
c# does allow operator overloading. MSDN tutorial here.