Click or drag to resize

ObservableCollectionTContains Method

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

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

Parameters

item
Type: T
The object to locate in the collection.

Return Value

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

Implements

ICollectionTContains(T)
See Also