public bool Equals (NativeArray<T> other);

Parámetros

otherNativeArray to compare against.

Valor de retorno

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

Descripción

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);

Parámetros

objObject to compare against.

Valor de retorno

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

Descripción

Compares to NativeArray.

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