VTime Zone CollectionContains Method
Check to see if the VTimeZone object is in the collection
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
True if found, false if not
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool Contains(
VTimeZone item
)VB
Public Function Contains (
item As VTimeZone
) As BooleanC++
public:
virtual bool Contains(
VTimeZone^ item
) sealedF#
abstract Contains :
item : VTimeZone -> bool
override Contains :
item : VTimeZone -> bool Parameters
- item VTimeZone
- The VTimeZone object to find
Return Value
BooleanTrue if found, false if not