Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfoCollection Class / Contains Method
GroupInfo object for which to check in the collection


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
    See Also