Method Equals
Equals(EntityInChunk)
Compares two EntityInChunk instances for equality/
Declaration
public bool Equals(EntityInChunk other)
Parameters
Type | Name | Description |
---|---|---|
EntityInChunk | other | The other instance to compare. |
Returns
Type | Description |
---|---|
bool | True if the two instances refer to the same entity in the same chunk. |