[This is preliminary documentation and is subject to change.]
Determines whether the DicomQueryItemCollection contains a specific element.
| C# | Visual Basic | Visual C++ |
public bool Contains( DicomQueryItem value )
Public Function Contains ( _ value As DicomQueryItem _ ) As Boolean
public: bool Contains( DicomQueryItem^ value )
- value (DicomQueryItem)
- The DicomQueryItem to locate in the DicomQueryItemCollection.