IReadOnlySet.IsProperSupersetOf(IEnumerable) Metodo

Definizione

Controllare se questo set è un superset di altri, ma non lo stesso.

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

Parametri

other
IEnumerable

Sequenza da controllare.

Valori restituiti

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

Si applica a