ISet<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>

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

반품

현재 집합이 같으면 , 그렇지 않으면 .

예외

othernull입니다.

설명

이 메서드는 요소의 순서와 중복된 요소의 순서를 무시합니다 other.

적용 대상