Exemple #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         int result = A.GetHashCode();
         result = (result * 397) ^ B.GetHashCode();
         result = (result * 397) ^ C.GetHashCode();
         return(result);
     }
 }