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