Version: 2022.3
言語: 日本語
public bool Equals (NativeArray<T> other);

パラメーター

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

パラメーター

obj Object 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.