ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / SequenceCollection Class / Contains Method
The object to locate in the ICollection.

In This Topic
    Contains Method (SequenceCollection)
    In This Topic
    Determines whether the ICollection contains a specific value.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As Integer _
    ) As Boolean
    public bool Contains( 
       int item
    )

    Parameters

    item
    The object to locate in the ICollection.

    Return Value

    true if item is found in the ICollection; otherwise, false.
    See Also