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); }
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); }