Sdílet prostřednictvím


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

Definice

Určuje, zda je sada hodnot hash podmnožinou zadané kolekce.

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

Parametry

other
IEnumerable<T>

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

Návraty

truepokud je sada hodnot hash podmnožinou jiného; v opačném případě . false

Implementuje

Platí pro