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