示例#1
0
 protected bool Equals(ProjectNuspec other)
 {
     return(_project.Equals(other._project) && _spec.Equals(other._spec));
 }
示例#2
0
 protected bool Equals(ProjectNuspec other)
 {
     return _project.Equals(other._project) && _spec.Equals(other._spec);
 }