Asserts that two "rows" of strings are identical.
Asserts that two "rows" of strings are identical.
public static void AreEqual(string[],string[]);
Asserts that two "rows" of strings are identical.
public static void AreEqual(string[],string[],string);
Asserts that two "tables" of strings are identical.
public static void AreEqual(string[][],string[][]);
Asserts that two "tables" of strings are identical.
public static void AreEqual(string[][],string[][],string);