VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElementCollection Class / Contains Methods / Contains(DicomDataElementId) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    Contains(DicomDataElementId) Method (DicomDataElementCollection)
    In This Topic
    Determines whether the collection contains a specific DicomDataElement.
    Syntax
    'Declaration
    
    Public Overloads Function Contains( _
    ByVal id
    DicomDataElement 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.
    Remarks

    This method searches data element only in system elements, i.e. elements with the even group number. This method does not search data element in nested sequences.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also