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

Définition

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

public:
 virtual bool IsSubsetOf(System::Collections::Generic::IEnumerable<T> ^ other);
public bool IsSubsetOf (System.Collections.Generic.IEnumerable<T> other);
abstract member IsSubsetOf : seq<'T> -> bool
override this.IsSubsetOf : seq<'T> -> bool
Public Function IsSubsetOf (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 de la collection spécifiée ; sinon, false.

Implémente

S’applique à