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

e0d0c10d 911b ffb3 069e 3957def898fd

haplokuon edited this page May 6, 2023 · 1 revision

Contains(T) Method

netDxf 3.0.0 Library

Checks if a table object already exists in the list.

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:
bool Contains(
	T item
)

F#

member Contains : 
        item : 'T -> bool 

Parameters

  T
Table object.

Return Value

Boolean
True is a table object exists, false otherwise.

See Also

Reference

TableObjects(T) Class
Contains Overload
netDxf.Collections Namespace

Clone this wiki locally