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

            if (iifExportConfig_ != null)
            {
                hash ^= IifExportConfig.GetHashCode();
            }
            if (dropboxConfig_ != null)
            {
                hash ^= DropboxConfig.GetHashCode();
            }
            return(hash);
        }
예제 #2
0
 public void MergeFrom(GetIIFExportConfigResponse other)
 {
     if (other == null)
     {
         return;
     }
     if (other.iifExportConfig_ != null)
     {
         if (iifExportConfig_ == null)
         {
             iifExportConfig_ = new global::HOLMS.Types.TenancyConfig.IIFExportConfiguration();
         }
         IifExportConfig.MergeFrom(other.IifExportConfig);
     }
     if (other.dropboxConfig_ != null)
     {
         if (dropboxConfig_ == null)
         {
             dropboxConfig_ = new global::HOLMS.Types.TenancyConfig.DropboxConfiguration();
         }
         DropboxConfig.MergeFrom(other.DropboxConfig);
     }
 }