Share via


IReadOnlyCollection<T>.Contains Method

Determines whether the specified item is contained in the collection.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Function Contains ( _
    item As T _
) As Boolean
'Usage
Dim instance As IReadOnlyCollection 
Dim item As T
Dim returnValue As Boolean 

returnValue = instance.Contains(item)
bool Contains(
    T item
)
bool Contains(
    T item
)
abstract Contains : 
        item:'T -> bool
function Contains(
    item : T
) : boolean

Parameters

  • item
    Type: T
    The object to locate in the collection.

Return Value

Type: System.Boolean
true if the item is found in the collection; otherwise, false.

See Also

Reference

IReadOnlyCollection<T> Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace