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

Définition

Détermine si l’ensemble actuel immuable de hachage est un sur-ensemble (strict) d’une collection spécifiée.

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

Paramètres

other
IEnumerable<T>

Collection à comparer à l’ensemble actuel.

Retours

true si l’ensemble actuel est un sur-ensemble approprié de la collection spécifiée ; sinon, false.

Implémente

Remarques

Si le jeu actuel est un sur-ensemble approprié de other, le jeu actuel doit avoir au moins un élément qui other n’a pas.

S’applique à