IReadOnlySet<T>.SetEquals 方法 (IEnumerable<T>)

Determines whether this set contains the same and only the same elements as the other.

命名空间:  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

参数

返回值

类型:System.Boolean
true if this set contains the same and only the same elements as the other; otherwise, false.

请参阅

参考

IReadOnlySet<T> 接口

SetEquals 重载

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间