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