Etg.Yams.Storage.Config.AppDeploymentConfig.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( AppDeploymentConfig other ) : bool
other AppDeploymentConfig
return 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