VTimeZoneCollectionContains 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: 2023.1.2.0
public bool Contains(
	VTimeZone item
)

Parameters

item  VTimeZone
The VTimeZone object to find

Return Value

Boolean
True if found, false if not

Implements

ICollectionTContains(T)

See Also