[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ReadOnlyStructList-1.TrueForAll

TrueForAll Method

TrueForAll(StructPredicate<T>)

Determines whether every element in the ReadOnlyStructList<T> matches the conditions defined by the specified predicate.

Declaration
public bool TrueForAll(StructPredicate<T> match)
Public Function TrueForAll(match As StructPredicate(Of T)) As Boolean
Parameters
Type Name Description
StructPredicate<T> match

The StructPredicate<T> delegate that defines the conditions to check against the elements.

Returns
Type Description
bool

true if every element in the ReadOnlyStructList<T> matches the conditions defined by the specified predicate; otherwise, false. If the list has no elements, the return value is true.