VTime Zone CollectionExists Method
Determine whether or not the collection contains at least one item that matches the conditions in the
specified predicate.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns true if at least one item matches the conditions or false if none of them do
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool Exists(
Predicate<VTimeZone> match
)VB
Public Function Exists (
match As Predicate(Of VTimeZone)
) As BooleanC++
public:
bool Exists(
Predicate<VTimeZone^>^ match
)F#
member Exists :
match : Predicate<VTimeZone> -> bool Parameters
- match PredicateVTimeZone
- The PredicateT delegate that defines the conditions of the match
Return Value
BooleanReturns true if at least one item matches the conditions or false if none of them do