GetHashCode()
Returns the hash code of this list.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public override int GetHashCode()
Returns
Type | Description |
|---|---|
| int | The hash code of this list. |
Remarks
Only the content of the list (the bytes of the elements) are included in the hash. Any bytes beyond the length are not part of the hash.