Version: 2019.4
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.