public static bool TestEquatable <T>(List2D <T> list, T value)
     where T : IEquatable <T>
 => list.ContainsEquatable(value);