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
e0d0c10d 911b ffb3 069e 3957def898fd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if a table object already exists in the list.
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:
bool Contains(
T item
)F#
member Contains :
item : 'T -> bool - T
- Table object.
Boolean
True is a table object exists, false otherwise.
TableObjects(T) Class
Contains Overload
netDxf.Collections Namespace