DVTk API
Contains Method (value)
DVTkDvtk.Dicom.InformationEntityDataSetCollectionContains(DataSet)
DVTk API

[This is preliminary documentation and is subject to change.]

Determines whether the DataSetCollection contains a specific element.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	DataSet value
)
Public Function Contains ( _
	value As DataSet _
) As Boolean
public:
bool Contains(
	DataSet^ value
)
Parameters
value (DataSet)
The DataSet to locate in the DataSetCollection.
Return Value
true if the DataSetCollection contains the specified value; otherwise, false.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0