'Declaration Public Function TrueForAll( _ ByVal match As Predicate(Of Style) _ ) As Boolean
public bool TrueForAll( Predicate<Style> match )
Parameters
- match
- The Predicate delegate that defines the conditions to check against the elements.
Return Value
true if every element in the List matches the conditions defined by the specified predicate; otherwise, false. If the list has no elements, the return value is true.