IReadOnlySet.IsProperSubsetOf(IEnumerable) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查這個集合是否是其他集合的子集,但不是同一個集合。
public bool IsProperSubsetOf(System.Collections.IEnumerable other);
abstract member IsProperSubsetOf : System.Collections.IEnumerable -> bool
Public Function IsProperSubsetOf (other As IEnumerable) As Boolean
參數
- other
- IEnumerable
要檢查的序列。
傳回
若此集合是其他集合的真子集,則為真;否則為假。