IReadOnlySet.SetEquals(IEnumerable) 메서드

정의

이 집합에 다른 요소와 동일하고 동일한 요소만 포함되어 있는지 확인합니다.

public bool SetEquals(System.Collections.IEnumerable other);
abstract member SetEquals : System.Collections.IEnumerable -> bool
Public Function SetEquals (other As IEnumerable) As Boolean

매개 변수

other
IEnumerable

확인할 시퀀스입니다.

반품

True이면 이 집합에 다른 집합과 동일한 요소만 포함됩니다. 그렇지 않으면 false입니다.

적용 대상