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

acd7ede1 efd1 8883 14d3 dce3ba450a3d

haplokuon edited this page May 6, 2023 · 1 revision

Contains Method

netDxf 3.0.0 Library

Determines whether an element is in the list.

Definition

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 Boolean

C++

public:
virtual bool Contains(
	String^ item
) sealed

F#

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

Parameters

  String
The object to locate in the list. The value cannot be null.

Return Value

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

Implements

ICollection(T).Contains(T)

See Also

Reference

SupportFolders Class
netDxf.Collections Namespace

Clone this wiki locally