| 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
Syntaxpublic bool Exists(
Predicate<T> match
)
Parameters
- match
- Type: SystemPredicateT
Return Value
Type:
Boolean
See Also