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)