IReadOnlySet.IsProperSubsetOf(IEnumerable) 메서드

정의

이 집합이 다른 집합의 하위 집합이지만 동일하지 않은지 확인합니다.

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

매개 변수

other
IEnumerable

확인할 시퀀스입니다.

반품

이 집합이 다른 집합의 적절한 하위 집합이면 True입니다. 그렇지 않으면 false입니다.

적용 대상