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
acd7ede1 efd1 8883 14d3 dce3ba450a3d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Determines whether an element is in the list.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Contains(
string item
)VB
Public Function Contains (
item As String
) As BooleanC++
public:
virtual bool Contains(
String^ item
) sealedF#
abstract Contains :
item : string -> bool
override Contains :
item : string -> bool - String
- The object to locate in the list. The value cannot be null.
Boolean
True if the item is found in the list; otherwise, false.
ICollection(T).Contains(T)