ArrayList4<E>.

Exists(Predicate<E>) Method

Syntax

public bool Exists(Predicate<E> match)

Parameters

Name Type Description
match Predicate<E>

Return Value

Type Description
bool