Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ArrayUtility.ArrayEquals

Declaration

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

Returns

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

Description

Compares two arrays.