Exemplo n.º 1
0
 /// <summary>
 /// Serves as a hash function for an <see cref="ChunkEntry"/>.
 /// </summary>
 /// <returns>A hash code for the current <see cref="ChunkEntry"/>.</returns>
 public override int GetHashCode()
 {
     return(tgiBlock.GetHashCode() ^ rcolBlock.GetHashCode());
 }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     return(base.GetHashCode() ^ data.GetHashCode());
 }