Version: 5.4
public static bool ArrayEquals (T[] lhs, T[] rhs);

반환

bool True if both have the same number of elements and the contents are equal.

설명

Compares two arrays.