Beispiel #1
0
 public static bool isEqualTypePrize(Prize p1, Prize p2)
 {
     return(p1.GetType() == p2.GetType());
 }