This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
c279b71f 6c45 3956 f288 ecba97a634c3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Determines whether an entity is in the collection.
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 BooleanC++
public:
virtual bool Contains(
EntityObject^ item
) sealedF#
abstract Contains :
item : EntityObject -> bool
override Contains :
item : EntityObject -> bool - EntityObject
- The entity to locate in the collection.
Boolean
True if item is found in the collection; otherwise, false.
ICollection(T).Contains(T)