예제 #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return((_project.GetHashCode() * 397) ^ _spec.GetHashCode());
     }
 }
예제 #2
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((_nuget != null ? _nuget.GetHashCode() : 0) * 397) ^ (_destination != null ? _destination.GetHashCode() : 0));
     }
 }