VTimeZoneCollectionExists Method
Determine whether or not the collection contains at least one item that matches the conditions in the
specified predicate.
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool Exists(
Predicate<VTimeZone> match
)
Public Function Exists (
match As Predicate(Of VTimeZone)
) As Boolean
public:
bool Exists(
Predicate<VTimeZone^>^ match
)
member Exists :
match : Predicate<VTimeZone> -> bool
- match PredicateVTimeZone
- The PredicateT delegate that defines the conditions of the match
BooleanReturns true if at least one item matches the conditions or false if none of them do