Partager via


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

Définition

Détermine si le jeu de hachage est un sur-ensemble approprié de la collection spécifiée.

public virtual bool IsProperSupersetOf (System.Collections.Generic.IEnumerable<T> other);
abstract member IsProperSupersetOf : seq<'T> -> bool
override this.IsProperSupersetOf : seq<'T> -> bool
Public Overridable Function IsProperSupersetOf (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 est un sur-ensemble approprié d’autres ; sinon, false.

Implémente

S’applique à