Example #1
0
 public bool Equals(EntityLocationInChunk other)
 {
     return(chunk.Equals(other.chunk) && indexInChunk.Equals(other.indexInChunk));
 }