Sdílet prostřednictvím


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

Definice

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

public virtual bool IsProperSubsetOf (System.Collections.Generic.IEnumerable<T> other);
abstract member IsProperSubsetOf : seq<'T> -> bool
override this.IsProperSubsetOf : seq<'T> -> bool
Public Overridable Function IsProperSubsetOf (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 správnou podmnožinou jiné; v opačném případě . false

Implementuje

Platí pro