Click or drag to resize

SignalCollection.TrueForAll 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.3.420.0 (24.3.420.0)
Syntax
public bool TrueForAll(
	Predicate<Signal> match
)

Parameters

match
Type: System.Predicate<Signal>
The delegate defining the conditions to check against.

Return Value

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