Condividi tramite


ObservableHashSet<T>.IsProperSupersetOf(IEnumerable<T>) Metodo

Definizione

Determina se il set di hash è un superset appropriato della raccolta specificata.

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

Parametri

other
IEnumerable<T>

Raccolta da confrontare con il set hash corrente.

Restituisce

true se il set hash è un superset appropriato di altri; in caso contrario, false.

Implementazioni

Si applica a