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
7d6cda16 23ff 1c0e d0af 4aa2e606ce6a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Determines whether an object is in the collection.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Contains(
T item
)VB
Public Function Contains (
item As T
) As BooleanC++
public:
virtual bool Contains(
T item
) sealedF#
abstract Contains :
item : 'T -> bool
override Contains :
item : 'T -> bool - T
- The object to locate in the collection.
Boolean
True if item is found in the collection; otherwise, false.
ICollection(T).Contains(T)