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

Definizione

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

public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other);
abstract member IsProperSubsetOf : seq<'T> -> bool
Public Function IsProperSubsetOf (other As IEnumerable(Of T)) As Boolean

Parametri

other
IEnumerable<T>

Sequenza da controllare.

Valori restituiti

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

Si applica a