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

Definice

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

public:
 bool IsProperSubsetOf(System::Collections::Generic::IEnumerable<T> ^ other);
public bool IsProperSubsetOf (System.Collections.Generic.IEnumerable<T> other);
abstract member 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

true je-li aktuální množina je správnou podmnožinou jiných; jinak false.

Výjimky

other je null.

Platí pro