VTimeZoneCollectionContains Method
Check to see if the
VTimeZone object is in the collection
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool Contains(
VTimeZone item
)
Public Function Contains (
item As VTimeZone
) As Boolean
public:
virtual bool Contains(
VTimeZone^ item
) sealed
abstract Contains :
item : VTimeZone -> bool
override Contains :
item : VTimeZone -> bool
- item VTimeZone
- The VTimeZone object to find
BooleanTrue if found, false if not
ICollectionTContains(T)