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 overload some existing operators in C#.
In some other languages, like F#, you can use:
let (<?) = min