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

            if (ExitCode != 0)
            {
                hash ^= ExitCode.GetHashCode();
            }
            if (Output.Length != 0)
            {
                hash ^= Output.GetHashCode();
            }
            if (RequestId != 0)
            {
                hash ^= RequestId.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (Step.Length != 0)
            {
                hash ^= Step.GetHashCode();
            }
            if (image_ != null)
            {
                hash ^= Image.GetHashCode();
            }
            if (RunIndex != 0L)
            {
                hash ^= RunIndex.GetHashCode();
            }
            if (duration_ != null)
            {
                hash ^= Duration.GetHashCode();
            }
            hash ^= logLines_.GetHashCode();
            if (ExitCode != 0L)
            {
                hash ^= ExitCode.GetHashCode();
            }
            if (Status.Length != 0)
            {
                hash ^= Status.GetHashCode();
            }
            if (AutoInjected != false)
            {
                hash ^= AutoInjected.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }