IReadOnlySet<T>.IsProperSubsetOf(IEnumerable<T>) Metodo

Definizione

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

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

Eccezioni

other è null.

Si applica a