Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return((E1.GetHashCode() * 397) ^ E2.GetHashCode());
     }
 }