IReadOnlySet.IsSubsetOf メソッド
このセットが別のセットのサブセットであるかどうかを確認します。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Function IsSubsetOf ( _
other As IEnumerable _
) As Boolean
'使用
Dim instance As IReadOnlySet
Dim other As IEnumerable
Dim returnValue As Boolean
returnValue = instance.IsSubsetOf(other)
bool IsSubsetOf(
IEnumerable other
)
bool IsSubsetOf(
IEnumerable^ other
)
abstract IsSubsetOf :
other:IEnumerable -> bool
function IsSubsetOf(
other : IEnumerable
) : boolean
パラメーター
- other
型: System.Collections.IEnumerable
このセットと照合する、指定されたセット。
戻り値
型: System.Boolean
このセットが、指定されたセットのサブセットである場合は true、それ以外の場合は false。