Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

boolTrue if the EntityIds are equal; otherwise, false.