Version: 2017.1

ArrayUtility.ArrayReferenceEquals

Cambiar al Manual
public static bool ArrayReferenceEquals (T[] lhs, T[] rhs);

Valor de retorno

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

Descripción

Compares two array references.