ImmutableSortedSet<T>.Builder.IsProperSubsetOf Metoda

Definicja

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

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>

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

Zwraca

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

Implementuje

Dotyczy