operator ==(EntityId, EntityId)
Determines whether two EntityId instances are equal.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Operator
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool operator ==(EntityId left, EntityId right)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the EntityIds are equal; otherwise, false. |