共用方式為


ObservableHashSet<T>.IsProperSupersetOf(IEnumerable<T>) 方法

定義

判斷雜湊集是否為指定集合的適當超集合。

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

參數

other
IEnumerable<T>

要與目前雜湊集比較的集合。

傳回

true 如果雜湊集是其他的適當超集合,則為 ;否則為 false

實作

適用於