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

7d6cda16 23ff 1c0e d0af 4aa2e606ce6a

haplokuon edited this page May 6, 2023 · 1 revision

Contains Method

netDxf 3.0.0 Library

Determines whether an object is in the collection.

Definition

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 Boolean

C++

public:
virtual bool Contains(
	T item
) sealed

F#

abstract Contains : 
        item : 'T -> bool 
override Contains : 
        item : 'T -> bool 

Parameters

  T
The object to locate in the collection.

Return Value

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

Implements

ICollection(T).Contains(T)

See Also

Reference

ObservableCollection(T) Class
netDxf.Collections Namespace

Clone this wiki locally