I know you can overload an existing operator. I want to know if it is possible to create a new operator. Here\'s my scenario.
I want this:
var x =
No, but you can create Extension Methods instead of this
y.MethodName(z)