Public Property IgnoreWhitespaceDifferences As Boolean
Dim instance As ComparisonResult Dim value As Boolean instance.IgnoreWhitespaceDifferences = value value = instance.IgnoreWhitespaceDifferences
public bool IgnoreWhitespaceDifferences {get; set;}