NUnitAsp

WebAssert.AreEqualIgnoringOrder Method (String[][], String[][])

Asserts that two "tables" of strings are identical, but permits ordering differences. Individual rows in the tables must match, but the order of the rows may differ.

public static void AreEqualIgnoringOrder(
   string[][] expected,
   string[][] actual
);

See Also

WebAssert Class | NUnit.Extensions.Asp Namespace | WebAssert.AreEqualIgnoringOrder Overload List