XmlDiff.IgnoreWhitespace Property
Significant white spaces are not compared when true, and all text nodes are normalized by discarding any leading and trailing white space characters (#x9, #x10, #x13, #x20), and by replacing sequences of white space characters by a single space (#x20) character.
[Visual Basic] Public Property IgnoreWhitespace() As Boolean [C#] public Boolean IgnoreWhitespace {get; set;}
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows .NET Server