Click or drag to resize

EquatableListTExists Method

Does the collection contains elements matching the conditions defined by the predicate. Similar to List>T<.Exists.

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

Parameters

match
Type: SystemPredicateT

Return Value

Type: Boolean
See Also