Partager via


ObservableHashSet<T>.Overlaps(IEnumerable<T>) Méthode

Définition

Détermine si l’objet System.Collections.Generic.HashSet'1 actuel et une collection spécifiée partagent des éléments communs.

public virtual bool Overlaps (System.Collections.Generic.IEnumerable<T> other);
abstract member Overlaps : seq<'T> -> bool
override this.Overlaps : seq<'T> -> bool
Public Overridable Function Overlaps (other As IEnumerable(Of T)) As Boolean

Paramètres

other
IEnumerable<T>

Collection à comparer au jeu de hachage actuel.

Retours

true si le jeu de hachage et d’autres partagent au moins un élément commun ; sinon, false.

Implémente

S’applique à