Sdílet prostřednictvím


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

Definice

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

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

Parametry

other
IEnumerable<T>

Kolekce pro porovnání s aktuální sadou hodnot hash.

Návraty

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

Implementuje

Platí pro