ImmutableSortedSet<T>.Builder.IsSubsetOf(IEnumerable<T>) Metoda

Definice

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

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

Parametry

other
IEnumerable<T>

Kolekce se porovná s aktuální sadou.

Návraty

true pokud je aktuální sada podmnožinou , otherjinak hodnota false.

Implementuje

Platí pro