Ejemplo n.º 1
0
        /// <summary>
        /// GetHashCode
        /// </summary>
        /// <returns>Hash code</returns>
        public override int GetHashCode()
        {
            var hashCode = -1268746195;

            hashCode = hashCode * -1521134295 + InputId.GetHashCodeWithNullCheck();
            hashCode = hashCode * -1521134295 + ConfigId.GetHashCodeWithNullCheck();
            hashCode = hashCode * -1521134295 + Error.GetHashCodeWithNullCheck();
            hashCode = hashCode * -1521134295 + Coverage.GetHashCodeWithNullCheck();
            return(hashCode);
        }