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
要检查的序列。
返回
如此 如果此集具有与其他元素共有的任何元素,则为 True;否则为 false。