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

Definizione

Determina se il set corrente è un subset corretto (strict) 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.

Valori restituiti

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

Eccezioni

other è null.

Si applica a