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