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 438
8b19bfcf 31a8 7002 47a1 a308435a8664
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Determines whether an attribute is in the collection.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Contains(
Attribute item
)VB
Public Function Contains (
item As Attribute
) As BooleanC++
public:
bool Contains(
Attribute^ item
)F#
member Contains :
item : Attribute -> bool - Attribute
- The attribute to locate in the collection.
Boolean
True if attribute is found in the collection; otherwise, false.