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

Definice

Určuje, zda aktuální neměnná sada hodnot hash je 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, která se má porovnat s aktuální sadou.

Návraty

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

Implementuje

Platí pro