Operator operator ==
operator ==(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 | 
|---|---|
| bool | True, if these EntityArchetype instances reference the same archetype. |