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
パラメーター
- other
型: System.Collections.Generic.IEnumerable<T>
このセットと照合する、指定されたセット。
戻り値
型: System.Boolean
このセットが、指定されたセットのスーパーセットである場合は true、それ以外の場合は false。