Click or drag to resize

EntityCollectionContains Method

Determines whether an entity is in the collection.

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

Parameters

item
Type: DXFReaderNET.EntitiesEntityObject
The entity to locate in the collection.

Return Value

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

Implements

ICollectionTContains(T)
See Also