Method Equals
Equals(EntityManager)
Reports whether this EntityManager references the same manager as another instance.
Declaration
public bool Equals(EntityManager other)Parameters
| Type | Name | Description | 
|---|---|---|
| EntityManager | other | The object to compare. | 
Returns
| Type | Description | 
|---|---|
| bool | True, if the  | 
Equals(object)
Reports whether this EntityManager references the same manager as another object.
Declaration
[ExcludeFromBurstCompatTesting("Takes managed object")]
public override bool Equals(object obj)Parameters
| Type | Name | Description | 
|---|---|---|
| object | obj | The object to compare. | 
Returns
| Type | Description | 
|---|---|
| bool | True, if the  |