Click or drag to resize

TableObjectsTContains Method (T)

Checks if a table object already exists in the list.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
Table object.

Return Value

Type: Boolean
True is a table object exists, false otherwise.
See Also