Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

boolTrue if the EntityIds are not equal; otherwise, false.