Operator Equality
Equality(EntityArchetype, EntityArchetype)
Compares the archetypes for equality.
Declaration
public static bool operator ==(EntityArchetype lhs, EntityArchetype rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityArchetype | lhs | A EntityArchetype object. |
| EntityArchetype | rhs | Another EntityArchetype object. |
Returns
| Type | Description |
|---|---|
| Boolean | True, if these EntityArchetype instances reference the same archetype. |