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

Definizione

Determinare se il set corrente è un subset di una raccolta specificata.

public:
 bool IsSubsetOf(System::Collections::Generic::IEnumerable<T> ^ other);
public bool IsSubsetOf (System.Collections.Generic.IEnumerable<T> other);
abstract member IsSubsetOf : seq<'T> -> bool
Public Function IsSubsetOf (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 di other; in caso contrario, false.

Eccezioni

other è null.

Si applica a