Condividi tramite


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

Definizione

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

public virtual bool IsProperSubsetOf (System.Collections.Generic.IEnumerable<T> other);
abstract member IsProperSubsetOf : seq<'T> -> bool
override this.IsProperSubsetOf : seq<'T> -> bool
Public Overridable Function IsProperSubsetOf (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 subset appropriato di altro; in caso contrario, false.

Implementazioni

Si applica a