Determines whether the DefaultEcs.IEntityContainer contains a specific Entity.
public bool Contains(in DefaultEcs.Entity entity);
entity
Entity
The Entity to locate in the DefaultEcs.IEntityContainer.
System.Boolean
true if the DefaultEcs.IEntityContainer contains the specified Entity; otherwise, false.