Пример #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);
 }
Пример #2
0
 public void AddDependency(Dependency dependency)
 {
     _dependencies.Fill(dependency);
 }
Пример #3
0
 public void AddDependency(Dependency dependency)
 {
     _dependencies.Fill(dependency);
 }