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