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