Partager via


Méthode IReadOnlySet<T>.IsSupersetOf (IEnumerable<T>)

Determines whether this set is a superset of another set.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Function IsSupersetOf ( _
    other As IEnumerable(Of T) _
) As Boolean
'Utilisation
Dim instance As IReadOnlySet 
Dim other As IEnumerable(Of T)
Dim returnValue As Boolean 

returnValue = instance.IsSupersetOf(other)
bool IsSupersetOf(
    IEnumerable<T> other
)
bool IsSupersetOf(
    IEnumerable<T>^ other
)
abstract IsSupersetOf : 
        other:IEnumerable<'T> -> bool
function IsSupersetOf(
    other : IEnumerable<T>
) : boolean

Paramètres

Valeur de retour

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

Voir aussi

Référence

IReadOnlySet<T> Interface

Surcharge IsSupersetOf

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc