Пример #1
0
 private static int CompareTetrominoes(Tetromino a, Tetromino b)
 {
     return(a.GetHashCode() - b.GetHashCode());
 }