Entity.operator(Entity,Entity).md
March 31, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Entity
Entity.operator ==(Entity, Entity) Operator
Return true if the passed entities have the same Id's.
public static bool operator ==(Friflo.Engine.ECS.Entity a, Friflo.Engine.ECS.Entity b);
Parameters
a Entity
b Entity