Поделиться через


Метод Contains (T)

Determines whether the collection contains the specified object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Overrides Function Contains ( _
    obj As T _
) As Boolean
'Применение
Dim instance As SfcCollatedDictionaryCollection
Dim obj As T
Dim returnValue As Boolean

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

Параметры

  • obj
    Тип: T
    The object to find in the collection.

Возвращаемое значение

Тип: System. . :: . .Boolean
true if the collection contains the object; otherwise, false.

Реализует

ICollection< (Of < ( <'T> ) > ) >. . :: . .Contains(T)