[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ReadOnlyStructList-1.Exists

Exists Method

Exists(StructPredicate<T>)

Determines whether the ReadOnlyStructList<T> contains elements that match the conditions defined by the specified predicate.

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

The StructPredicate<T> delegate that defines the conditions of the elements to search for.

Returns
Type Description
bool

true if the ReadOnlyStructList<T> contains one or more elements that match the conditions defined by the specified predicate; otherwise, false.