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

Definicja

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

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

true jeżeli kolekcja jest odpowiednim nadzbiorem innych; w przeciwnym razie false.

Wyjątki

other to null.

Dotyczy