'Declaration Public Function Contains( _
ByVal itemThe object to locate in the ImageCollection.As VintasoftImage _
) As Boolean
public bool Contains(
VintasoftImage item
)
public: bool Contains(
VintasoftImage* item
)
public:
bool Contains(
VintasoftImage^ item
)
Parameters
- item
- The object to locate in the ImageCollection.
Return Value
True if item is found in the ImageCollection; otherwise, false.