'Declaration Public Overloads Function Contains( _
ByVal idDicomDataElement to located in the collection.As DicomDataElementId _
) As Boolean
public bool Contains(
DicomDataElementId id
)
public: bool Contains(
DicomDataElementId id
)
public:
bool Contains(
DicomDataElementId id
)
Parameters
- id
- DicomDataElement to located in the collection.
Return Value
True if the DicomDataElement is found in the collection; otherwise, false.