Compartir a través de


IReadOnlySet.IsProperSupersetOf Método

Checks if this set is a superset of another set, but differs from it.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Function IsProperSupersetOf ( _
    other As IEnumerable _
) As Boolean
'Uso
Dim instance As IReadOnlySet 
Dim other As IEnumerable 
Dim returnValue As Boolean 

returnValue = instance.IsProperSupersetOf(other)
bool IsProperSupersetOf(
    IEnumerable other
)
bool IsProperSupersetOf(
    IEnumerable^ other
)
abstract IsProperSupersetOf : 
        other:IEnumerable -> bool
function IsProperSupersetOf(
    other : IEnumerable
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
true if this set is a proper superset of the specified set; otherwise, false.

Vea también

Referencia

IReadOnlySet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc