SampleImageListClassInformationCollectionContains Method

CVB.Net Documentation
Check if a certain name is present in the SIL

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

public bool Contains(
	string name
)

Parameters

name
Type: SystemString
name to be checked for

Return Value

Type: Boolean
true/false
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the image list has already been disposed
See Also

Reference