Click or drag to resize

BaseSequenceT, TSelfAny Method

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

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntax
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