ImmutableHashSet<T>.Builder.IsProperSupersetOf Méthode

Définition

Détermine si l'ensemble actuel est un sur-ensemble de propriété (strict) approprié 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 other ; sinon, false.

Implémente

S’applique à