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
)
Public Function Contains (
item As T
) As Boolean
public:
bool Contains(
T item
)
member Contains :
item : 'T -> bool
METHOD Contains(
item AS T
) AS LOGIC
Parameters
- item
- Type: T
Table object.
Return Value
Type:
BooleanTrue is a table object exists, false otherwise.
See Also