Operator Inequality
Inequality(ArchetypeChunk, ArchetypeChunk)
Two ArchetypeChunk instances are only equal if they reference the same block of chunk and entity component store memory.
Declaration
public static bool operator !=(ArchetypeChunk lhs, ArchetypeChunk rhs)
Parameters
| Type | Name | Description | 
|---|---|---|
| ArchetypeChunk | lhs | An ArchetypeChunk  | 
    
| ArchetypeChunk | rhs | Another ArchetypeChunk  | 
    
Returns
| Type | Description | 
|---|---|
| Boolean | True, if the ArchetypeChunk instances reference different blocks of memory.  |