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

Définition

Détermine si l’ensemble trié immuable actuel est un sous-ensemble approprié (strict) de la collection spécifiée.

public:
 virtual bool IsProperSubsetOf(System::Collections::Generic::IEnumerable<T> ^ other);
public bool IsProperSubsetOf (System.Collections.Generic.IEnumerable<T> other);
abstract member IsProperSubsetOf : seq<'T> -> bool
override this.IsProperSubsetOf : seq<'T> -> bool
Public Function IsProperSubsetOf (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 sous-ensemble approprié de other ; sinon, false.

Implémente

Remarques

Un jeu vide est un sous-ensemble approprié de toute autre collection. Par conséquent, cette méthode retourne true si l’ensemble actuel est vide, sauf si la other collection est également vide.

Package NuGet System.Collections.Immutable

À propos des collections immuables et de l’installation

S’applique à