operator !=(EntityId, EntityId)
Determines whether two EntityId instances are not equal.
Read time 1 minuteLast updated 4 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 not equal; otherwise, false. |