Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

c279b71f 6c45 3956 f288 ecba97a634c3

haplokuon edited this page May 6, 2023 · 1 revision

Contains Method

netDxf 3.0.0 Library

Determines whether an entity is in the collection.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool Contains(
	EntityObject item
)

VB

Public Function Contains ( 
	item As EntityObject
) As Boolean

C++

public:
virtual bool Contains(
	EntityObject^ item
) sealed

F#

abstract Contains : 
        item : EntityObject -> bool 
override Contains : 
        item : EntityObject -> bool 

Parameters

  EntityObject
The entity to locate in the collection.

Return Value

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

Implements

ICollection(T).Contains(T)

See Also

Reference

EntityCollection Class
netDxf.Collections Namespace

Clone this wiki locally