Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImageCollection Class / Contains Method / Contains(SpreadImage) Method
The image to locate in the image collection.


In This Topic
    Contains(SpreadImage) Method
    In This Topic
    Determines whether the image collection contains a specified image.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal img As SpreadImage _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadImageCollection
    Dim img As SpreadImage
    Dim value As Boolean
     
    value = instance.Contains(img)
    public bool Contains( 
       SpreadImage img
    )

    Parameters

    img
    The image to locate in the image collection.

    Return Value

    true if the image is found in the image collection; otherwise, false.
    See Also