IImmutableSet<T>.IsSupersetOf(IEnumerable<T>) Metoda

Definice

Určuje, zda aktuální neměnná sada je nadmnožinou zadané kolekce.

public:
 bool IsSupersetOf(System::Collections::Generic::IEnumerable<T> ^ other);
public bool IsSupersetOf (System.Collections.Generic.IEnumerable<T> other);
abstract member IsSupersetOf : seq<'T> -> bool
Public Function IsSupersetOf (other As IEnumerable(Of T)) As Boolean

Parametry

other
IEnumerable<T>

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

Návraty

truepokud je aktuální sada nadmnožinou zadané kolekce; v opačném případě . false

Platí pro