Operator Inequality
Inequality(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 |
---|---|
Boolean | True, if these EntityArchetype instances reference different archetypes. |