Click or drag to resize

SupportFoldersContains Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether an element is in the list.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Contains(
	string item
)
Request Example View Source

Parameters

item
Type: SystemString
The object to locate in the list. The value cannot be null.

Return Value

Type: Boolean
True if the item is found in the list; otherwise, false.

Implements

ICollectionTContains(T)
See Also