public bool Equals (NativeArray<T> other);

파라미터

otherNativeArray to compare against.

반환

bool True in case the two NativeArray are the same, false otherwise.

설명

Compares to NativeArray.

Two NativeArray are considered the same if they point to the same underlying memory buffer, and have the same length.


public bool Equals (object obj);

파라미터

objObject to compare against.

반환

bool True in case the two NativeArray are the same, false otherwise.

설명

Compares to NativeArray.

Two NativeArray are considered the same if they point to the same underlying memory buffer, and have the same length.