Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (VerificationTimeoutInMs != 0L)
            {
                hash ^= VerificationTimeoutInMs.GetHashCode();
            }
            if (StructureVerifier != 0)
            {
                hash ^= StructureVerifier.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Ejemplo n.º 2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (VerificationTimeoutInMs != 0L)
            {
                hash ^= VerificationTimeoutInMs.GetHashCode();
            }
            if (StructureVerifier != global::Tensorflow.VerifierConfig.Types.Toggle.Default)
            {
                hash ^= StructureVerifier.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }