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

Definice

Určuje, zda aktuální sada je správnou (striktní) podmnožinou zadané kolekce.

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

Implementuje

Platí pro