If you are in the html comments for intellisense, what do you do to escape the symbols '<' and '>'? It makes sense to me that intellisense returns an error for this:
/// <summary>
/// Compares two levels, where
/// given (a, b),
/// if a > b then returns a value greater then 0;
/// if a < b then returns a value less then 0;
/// if a == b then returns 0;
/// </summary>