다음을 통해 공유


IReadOnlySet<T>.Overlaps 메서드 (IEnumerable<T>)

Determines whether this set has any elements in common with another set.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Function Overlaps ( _
    other As IEnumerable(Of T) _
) As Boolean
‘사용 방법
Dim instance As IReadOnlySet 
Dim other As IEnumerable(Of T)
Dim returnValue As Boolean 

returnValue = instance.Overlaps(other)
bool Overlaps(
    IEnumerable<T> other
)
bool Overlaps(
    IEnumerable<T>^ other
)
abstract Overlaps : 
        other:IEnumerable<'T> -> bool
function Overlaps(
    other : IEnumerable<T>
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if this set has any elements in common with another set; otherwise, false.

참고 항목

참조

IReadOnlySet<T> 인터페이스

Overlaps 오버로드

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스