Partager via


Méthode IReadOnlySet.Overlaps

Checks if this set has any elements in common with 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 Overlaps ( _
    other As IEnumerable _
) As Boolean
'Utilisation
Dim instance As IReadOnlySet 
Dim other As IEnumerable 
Dim returnValue As Boolean 

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

Paramètres

Valeur de retour

Type : System.Boolean
true if this set has any elements in common with another set; otherwise, false.

Voir aussi

Référence

IReadOnlySet Interface

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