/// <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()); }
public override int GetHashCode() { return(base.GetHashCode() ^ data.GetHashCode()); }