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

Definizione

Controllare se questo set è un subset di altro tipo.

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>

Sequenza da controllare.

Valori restituiti

True se questo set è un subset di altro tipo; in caso contrario false.

Si applica a