Operator operator !=
operator !=(EntityArchetype, EntityArchetype)
Compares the archetypes for inequality.
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 different archetypes. |