IImmutableSet<T>.IsSupersetOf(IEnumerable<T>) Metodo

Definizione

Determina se il set non modificabile corrente è un superset di una raccolta specificata.

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

Si applica a