IReadOnlySet.IsProperSupersetOf 메서드
Checks if this set is a superset of another set, but differs from it.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Function IsProperSupersetOf ( _
other As IEnumerable _
) As Boolean
‘사용 방법
Dim instance As IReadOnlySet
Dim other As IEnumerable
Dim returnValue As Boolean
returnValue = instance.IsProperSupersetOf(other)
bool IsProperSupersetOf(
IEnumerable other
)
bool IsProperSupersetOf(
IEnumerable^ other
)
abstract IsProperSupersetOf :
other:IEnumerable -> bool
function IsProperSupersetOf(
other : IEnumerable
) : boolean
매개 변수
- other
유형: System.Collections.IEnumerable
The specified set to check against this set.
반환 값
유형: System.Boolean
true if this set is a proper superset of the specified set; otherwise, false.