IReadOnlySet<T>.IsProperSupersetOf(IEnumerable<T>) Metoda

Definice

Určuje, zda aktuální sada je správná (striktní) nadmnožina zadané kolekce.

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

Parametry

other
IEnumerable<T>

Kolekce, která se má porovnat s aktuální sadou.

Návraty

true pokud je kolekce vhodným nadmnožinou jiných; jinak false.

Výjimky

other je null.

Platí pro