public override int GetHashCode() { return(RawType.GetHashCode()); }
/// <summary> /// Retrieves the hash code. /// </summary> /// <returns>An integer representing the hash code.</returns> public override int GetHashCode() { return(Hashing.CombineHash(RawType.GetHashCode(), Count.GetHashCode())); }
public override int GetHashCode() { return(Hashing.CombinedHash(RawType.GetHashCode(), Contiguous, Min, Count)); }