Etg.Yams.Storage.Config.AppDeploymentConfig.Equals C# (CSharp) Метод

Equals() защищенный Метод

protected Equals ( AppDeploymentConfig other ) : bool
other AppDeploymentConfig
Результат bool
        protected new bool Equals(AppDeploymentConfig other)
        {
            return base.Equals(other) && (new HashSet<string>(TargetClusters).SetEquals(other.TargetClusters));
        }

Same methods

AppDeploymentConfig::Equals ( object obj ) : bool