Compartir a través de


SfcReferenceCollection<K, T, S>.Contains Método

Determines whether this collection contains an element with the specified value.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function Contains ( _
    item As T _
) As Boolean
'Uso
Dim instance As SfcReferenceCollection 
Dim item As T
Dim returnValue As Boolean 

returnValue = instance.Contains(item)
public bool Contains(
    T item
)
public:
virtual bool Contains(
    T item
) sealed
abstract Contains : 
        item:'T -> bool  
override Contains : 
        item:'T -> bool
public final function Contains(
    item : T
) : boolean

Parámetros

  • item
    Tipo: T
    The value to locate in the collection.

Valor devuelto

Tipo: System.Boolean
true if the collection contains an element with the specified value; otherwise, false.

Implementa

IReadOnlyCollection<T>.Contains(T)

Vea también

Referencia

SfcReferenceCollection<K, T, S> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc