Пример #1
0
 public static bool TestEquatable <T>(Array2D <T> array, T value)
     where T : IEquatable <T>
 => array.ContainsEquatable(value);