次の方法で共有


IReadOnlySet<T>.IsSupersetOf メソッド (IEnumerable<T>)

このセットが別のセットのスーパーセットであるかどうかを確認します。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Function IsSupersetOf ( _
    other As IEnumerable(Of T) _
) As Boolean
'使用
Dim instance As IReadOnlySet 
Dim other As IEnumerable(Of T)
Dim returnValue As Boolean 

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

パラメーター

戻り値

型: System.Boolean
このセットが、指定されたセットのスーパーセットである場合は true、それ以外の場合は false。

関連項目

参照

IReadOnlySet<T> インターフェイス

IsSupersetOf オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間