Entity.Equals(object).md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Entity

Entity.Equals(object) Method

Note: Not implemented to avoid excessive boxing.

public override bool Equals(object obj);

Parameters

obj System.Object

Returns

System.Boolean

Remarks

Use operator ==(Entity, Entity) or EqualityComparer

Contents

  1. 0.1Friflo.Engine.ECS.Entity
  2. 1Entity.Equals(object) Method
  3. 1.1Remarks