ImmutableSortedSet<T>.Builder.IsProperSubsetOf Metodo

Definizione

Determina se il set corrente è un subset (strict) appropriato di una raccolta specificata.

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

Parametri

other
IEnumerable<T>

Raccolta da confrontare con il set corrente.

Restituisce

true se il set corrente è un subset appropriato di other; in caso contrario, false.

Implementazioni

Si applica a