IReadOnlySet<T>.IsProperSupersetOf(IEnumerable<T>) 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:
 bool IsProperSupersetOf(System::Collections::Generic::IEnumerable<T> ^ other);
public bool IsProperSupersetOf (System.Collections.Generic.IEnumerable<T> other);
abstract member 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 la collection est un sur-ensemble propre à l’autre ; sinon, false.

Exceptions

other a la valeur null.

S’applique à