Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GroupInfoCollection Class / Contains Method
GroupInfo object for which to check in the collection
Example


In This Topic
    Contains Method (GroupInfoCollection)
    In This Topic
    Determines whether the collection contains the specified GroupInfo object.
    Syntax
    'Declaration
     
    
    Public Overridable Function Contains( _
       ByVal value As GroupInfo _
    ) As Boolean
    'Usage
     
    
    Dim instance As GroupInfoCollection
    Dim value As GroupInfo
    Dim value As Boolean
     
    value = instance.Contains(value)
    public virtual bool Contains( 
       GroupInfo value
    )

    Parameters

    value
    GroupInfo object for which to check in the collection

    Return Value

    Boolean true if specified object is in the collection; false otherwise
    Example
    This example removes a group item if it belongs to the collection.
    See Also