SequenceT, TSelfAll Method

Checks whether the predicate is satisfied by all items.

Definition

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

Parameters

predicate  FuncT, Boolean
The predicate to be checked.

Return Value

Boolean
if all items satisfy the predicate.

See Also