Version: 2021.3
언어: 한국어

ArrayUtility.ArrayReferenceEquals

매뉴얼로 전환
public static bool ArrayReferenceEquals (T[] lhs, T[] rhs);

반환

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

설명

Compares two array references.