Ejemplo n.º 1
0
 /// <summary>
 /// Ignore comments.
 /// </summary>
 public CompareConstraint IgnoreComments()
 {
     diffBuilder.IgnoreComments();
     return(this);
 }
 public static DiffBuilder IgnoreComments(DiffBuilder builder)
 {
     return(builder.IgnoreComments());
 }