Click or drag to resize

EquatableListTTrueForAll Method

Does all elements in the collection matching the conditions defined by the predicate. Similar to List>T<.TrueForAll

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool TrueForAll(
	Predicate<T> match
)

Parameters

match
Type: SystemPredicateT

Return Value

Type: Boolean
See Also