Possible Duplicate:
Is it possible to create a new operator in c#?
I was wondering if it is at all possible to create custom operators such as if (a atleast 5)
in C#.
The above statement would read, if a is at least 5 then do this.
I am looking for more of a keyword type operator like typeof
or is
.