Contains Método (T)
Determines whether the collection contains the specified object.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Function Contains ( _
item As T _
) As Boolean
'Uso
Dim instance As IMetadataCollection
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
Parámetros
- item
Tipo: T
The object to locate in the collection.
Valor devuelto
Tipo: System. . :: . .Boolean
true if the collection contains the element; otherwise, false.