共用方式為


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

定義

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

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

參數

other
IEnumerable<T>

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

傳回

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

實作

適用於