Beispiel #1
0
 protected bool Equals(ProjectNuspec other)
 {
     return(_project.Equals(other._project) && _publishes.Equals(other._publishes));
 }