Méthode IReadOnlyCollection<T>.Contains
Determines whether the specified item is contained in the collection.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Function Contains ( _
item As T _
) As Boolean
'Utilisation
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
Paramètres
- item
Type : T
The object to locate in the collection.
Valeur de retour
Type : System.Boolean
true if the item is found in the collection; otherwise, false.