IReadOnlyCollection<T>.Contains 메서드
Determines whether the specified item is contained in the collection.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Function Contains ( _
item As T _
) As Boolean
‘사용 방법
Dim instance As IReadOnlyCollection
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
매개 변수
- item
유형: T
The object to locate in the collection.
반환 값
유형: System.Boolean
true if the item is found in the collection; otherwise, false.