ActivatableList<T>.

Exists(Predicate<T>) Method

Syntax

public bool Exists(Predicate<T> match)

Parameters

Name Type Description
match Predicate<T>

Return Value

Type Description
bool