IReadOnlySet<T>.SetEquals(IEnumerable<T>) 메서드

정의

현재 집합과 지정된 컬렉션에 같은 요소가 들어 있는지 여부를 확인합니다.

public:
 bool SetEquals(System::Collections::Generic::IEnumerable<T> ^ other);
public bool SetEquals (System.Collections.Generic.IEnumerable<T> other);
abstract member SetEquals : seq<'T> -> bool
Public Function SetEquals (other As IEnumerable(Of T)) As Boolean

매개 변수

other
IEnumerable<T>

현재 집합과 비교할 컬렉션입니다.

반환

현재 집합이 다른 집합과 같으면 true이고, 그렇지 않으면 false입니다.

예외

other이(가) null인 경우

적용 대상