ImmutableHashSet<T>.Builder.IsProperSupersetOf Metoda

Definice

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

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

Parametry

other
IEnumerable<T>

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

Návraty

true pokud je aktuální množina správnou nadmnožinou , otherjinak hodnota false.

Implementuje

Platí pro