SequenceT, TSelfAny Method

Checks whether the predicate is satisfied by at least one item.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public bool Any(
	Func<T, bool> predicate
)

Parameters

predicate  FuncT, Boolean
The predicate to be checked.

Return Value

Boolean
if there exists a item satisfying the predicate.

See Also