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