Afficher en anglais

Partage via


ReadOnlySet<T>.IsProperSubsetOf(IEnumerable<T>) Méthode

Définition

Détermine si le jeu actuel est un sous-ensemble (strict) approprié d’une collection spécifiée.

C#
public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other);

Paramètres

other
IEnumerable<T>

Collection à comparer au jeu actuel.

Retours

true si l’ensemble actuel est un sous-ensemble approprié d’autres ; sinon, false.

Implémente

S’applique à

Produit Versions
.NET 9, 10