'Declaration Public Overloads Function Contains( _
ByVal itemData Element to located in the collection.As DicomDataElement _
) As Boolean
public bool Contains(
DicomDataElement item
)
public: bool Contains(
DicomDataElement* item
)
public:
bool Contains(
DicomDataElement^ item
)
Parameters
- item
- Data Element to located in the collection.
Return Value
True if the Data Set is found in the collection; otherwise, false.