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 9 days ago

Definition

  • Type: Operator
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool operator !=(EntityId left, EntityId right)

Parameters

The first EntityId to compare.

The second EntityId to compare.

Returns

Type

Description

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