ImmutableHashSet<T>.Builder.IsProperSupersetOf Metoda

Definicja

Określa, czy bieżący zestaw jest odpowiednim (ścisłym) nadzbiorem określonej kolekcji.

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>

Kolekcja do porównania z bieżącym zestawem.

Zwraca

Boolean

true jeśli bieżący zestaw jest odpowiednim nadzbiorem other; falsew przeciwnym razie .

Implementuje

Dotyczy