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