C# | Array.TrueForAll() Method
This method is used to determine whether every element in the array matches the conditions defined by the specified predicate.Syntax: public static bool TrueForAll (T[] array, Predicate<T> match); Here, T is the type of element of the array.Parameters: array: It is the one-dimensional, zero-ba