Esempio n. 1
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     unchecked
     {
         return((Bin.GetHashCode() * 397) ^ HashCodeUtils.GenerateForEnumerables(Stats, false));
     }
 }
Esempio n. 2
0
        /// <inheritdoc />
        public override int GetHashCode()
        {
            var hashCode = 161077207;

            hashCode = hashCode * -1521134295 + IsPhased.GetHashCode();
            hashCode = hashCode * -1521134295 + HashCodeUtils.GenerateForEnumerables(GenotypeIndices, IsPhased);
            return(hashCode);
        }