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

返回

bool 如果两个数组包含的元素数量相同且内容相同,则为 true。

描述

比较两个数组。