GetHashCode()
Returns a hash code for this EntityId.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public override int GetHashCode()
Returns
Type | Description |
|---|---|
| int | A 32-bit signed integer hash code. |
Remarks
The hash code is computed from the internal representation of the and does not reflect creation order or any other meaningful property. Do not use the hash code to infer ordering or relationships between values.
EntityIdEntityId