예제 #1
0
 public override int GetHashCode()
 {
     // Overflow is fine, just wrap
     unchecked
     {
         int hash = 17;
         hash = hash * 23 + Exe.GetHashCode();
         hash = hash * 23 + Version.GetHashCode();
         return(hash);
     }
 }