Exemplo n.º 1
0
 /// <summary>
 /// Hash code for the object.
 /// </summary>
 public override int GetHashCode()
 {
     return(Part.GetHashCode() ^ experiment.GetHashCode());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Hash code for the object.
 /// </summary>
 public override int GetHashCode()
 {
     return(experiment.GetHashCode() ^ data.GetHashCode());
 }