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

Definice

Určuje, zda je aktuální sada podmnožinou zadané kolekce.

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

Parametry

other
IEnumerable<T>

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

Návraty

true je-li aktuální množina podmnožinou jiné; jinak false.

Výjimky

other je null.

Platí pro