Click or drag to resize

ObservableCollectionTContains Method

Determines whether an object is in the collection.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Contains(
	T item
)

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