ImmutableSortedSet<T>.Overlaps(IEnumerable<T>) 메서드
정의
현재 변경할 수 없는 정렬된 집합과 지정된 컬렉션이 공통 요소를 공유하는지 확인합니다.Determines whether the current immutable sorted set and a specified collection share common elements.
public:
virtual bool Overlaps(System::Collections::Generic::IEnumerable<T> ^ other);
public bool Overlaps (System.Collections.Generic.IEnumerable<T> other);
abstract member Overlaps : seq<'T> -> bool
override this.Overlaps : seq<'T> -> bool
Public Function Overlaps (other As IEnumerable(Of T)) As Boolean
매개 변수
- other
- IEnumerable<T>
현재 집합과 비교할 컬렉션입니다.The collection to compare to the current set.
반환
현재 집합과 other
가 적어도 하나의 공통 요소를 공유하면 true
이고, 그렇지 않으면 false
입니다.true
if the current set and other
share at least one common element; otherwise, false
.
구현
설명
NuGet 패키지: