Ejemplo n.º 1
0
        /// <summary>
        /// This method is auto-generated using Visual Studio.
        /// </summary>
        public override int GetHashCode()
        {
            unchecked
            {
                var hashCode = 696079939;
                hashCode = hashCode * -1521134295 + AlgorithmName.GetHashCode();
                hashCode = hashCode * -1521134295 + EqualityComparer <string> .Default.GetHashCode(HexDigest);

                return(hashCode);
            }
        }
Ejemplo n.º 2
0
 public override int GetHashCode()
 {
     return(AlgorithmName.GetHashCode() + this.ExecutionID.GetHashCode());
 }