'Declaration Public Overloads Function Contains( _ ByVal entry As ImageEntry _ ) As Boolean
public bool Contains( ImageEntry entry )
Parameters
- entry
- ImageEntry to locate in the collection.
Return Value
True if the collection contains entry, false otherwise.