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