XDataDictionaryContainsValue Method
|
Determines whether current dictionary contains a specified
extended data.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool ContainsValue(
XData value
)
Public Function ContainsValue (
value As XData
) As Boolean
public:
bool ContainsValue(
XData^ value
)
member ContainsValue :
value : XData -> bool
METHOD ContainsValue(
value AS XData
) AS LOGIC
Parameters
- value
- Type: DXFReaderNETXData
The extended data to locate in the current dictionary.
Return Value
Type:
BooleanTrue if the current dictionary contains the
extended data; otherwise, false.
See Also