Here\'s the deal. I\'ve got a program that will load a given assembly, parse through all Types and their Members and compile a TreeView (very similar to old MSDN site) and
Operator overloads do get the IsSpecialName flag set to true.
And if you implement the methods by explicitly giving them a name like op_* that flag is set to false.