Beispiel #1
0
 public bool BelongsToSameDeployment(DevelopmentFabricIdentifiers other)
 {
     return(this.DeploymentId == other.DeploymentId && this.Name == other.Name);
 }
 public bool BelongsToSameDeployment(DevelopmentFabricIdentifiers other)
 {
     return this.DeploymentId == other.DeploymentId && this.Name == other.Name;
 }