Click or drag to resize

SignalCollectionTrueForAll Method

Determines whether every signal in the collection matches the conditions defined by the specified predicate.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool TrueForAll(
	Predicate<Signal> match
)

Parameters

match
Type: SystemPredicateSignal
The delegate defining the conditions to check against.

Return Value

Type: Boolean
if every signal in the collection matches the conditions defined by the specified predicate, or if the list has no elements; otherwise .
See Also