public bool Equals(ChunkIdComponent other) { return(Value.Equals(other.Value)); }
public bool Equals(BatchGroupIdentity other) { return(Chunk.Equals(other.Chunk) && MaterialIdentity.Equals(other.MaterialIdentity)); }