DisplayObjectListTObjContains Method

CVB.Net Documentation
Determines whether this collection contains a specific value.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public bool Contains(
	TObj item
)

Parameters

item
Type: TObj
The object to locate in this collection.

Return Value

Type: Boolean
true if item is found, false otherwise.

Implements

ICollectionTContains(T)
See Also

Reference