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
)
Public Function Contains (
item As EntityObject
) As Boolean
public:
virtual bool Contains(
EntityObject^ item
) sealed
abstract Contains :
item : EntityObject -> bool
override Contains :
item : EntityObject -> bool
METHOD Contains(
item AS EntityObject
) AS LOGIC
Parameters
- item
- Type: DXFReaderNET.EntitiesEntityObject
The entity to locate in the collection.
Return Value
Type:
BooleanTrue if item is found in the collection; otherwise, false.
Implements
ICollectionTContains(T)See Also