CustomSlideShowCollectionContains Method |
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 23.0.35.1026
Syntaxpublic bool Contains(
CustomSlideShow item
)
Public Function Contains (
item As CustomSlideShow
) As Boolean
Parameters
- item
- Type: GemBox.PresentationCustomSlideShow
The CustomSlideShow to locate in the collection.
Return Value
Type:
Boolean if
item is found in the collection; otherwise,
.
Exceptions
See Also