IReadOnlySet.IsSubsetOf(IEnumerable) Metodo

Definizione

Controllare se questo set è un subset di altro tipo.

public bool IsSubsetOf(System.Collections.IEnumerable other);
abstract member IsSubsetOf : System.Collections.IEnumerable -> bool
Public Function IsSubsetOf (other As IEnumerable) As Boolean

Parametri

other
IEnumerable

Sequenza da controllare.

Valori restituiti

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

Si applica a