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.
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[][],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[][],string[][],string);