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