IReadOnlySet.IsProperSubsetOf(IEnumerable) Metodo

Definizione

Controllare se questo set è un subset di altro, ma non lo stesso.

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

Parametri

other
IEnumerable

Sequenza da controllare.

Valori restituiti

True se questo set è un sottoinsieme appropriato di altro; in caso contrario false.

Si applica a