Exemple #1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (startedAt_ != null)
            {
                hash ^= StartedAt.GetHashCode();
            }
            if (completedAt_ != null)
            {
                hash ^= CompletedAt.GetHashCode();
            }
            hash ^= results_.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }