SfcReferenceCollection<K, T, S>.Contains 方法

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

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Function Contains ( _
    item As T _
) As Boolean
用法
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

参数

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

返回值

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

实现

IReadOnlyCollection<T>.Contains(T)

请参阅

参考

SfcReferenceCollection<K, T, S> 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间