I searched a lot, but couldn\'t find how to show \'<\' char in C# XML comments?
You can use HTML escape codes, as mentioned in other answers, but you could also look at using the CDATA - (Unparsed) Character Data tag, here is a link with more info
Cheers