is it possible to define an extension method that at the same time is an operator?
I want for a fixed class add the possibility to use a known operator that actually can\'t
Currently this is not supported because Extension methods are defined in separate static class and static classes cannot have operator overloading definitions.