Exemplo n.º 1
0
 public bool Equals(Dependency other)
 {
     if (ReferenceEquals(null, other)) return false;
     if (ReferenceEquals(this, other)) return true;
     return Equals(other.Name, Name) && other.IsMandatory.Equals(IsMandatory);
 }
Exemplo n.º 2
0
 public void AddDependency(Dependency dependency)
 {
     _dependencies.Fill(dependency);
 }
Exemplo n.º 3
0
 public void AddDependency(Dependency dependency)
 {
     _dependencies.Fill(dependency);
 }