IImmutableSet<T>.IsProperSubsetOf(IEnumerable<T>) 메서드

정의

현재 변경할 수 없는 집합이 지정된 컬렉션의 적절한(고급) 하위 집합인지 여부를 확인합니다.

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

매개 변수

other
IEnumerable<T>

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

반환

현재 집합이 지정된 컬렉션의 적절한 하위 집합이면 true이고, 그렇지 않으면 false입니다.

설명

현재 집합이 의 otherother 적절한 하위 집합인 경우 현재 집합에 없는 요소가 하나 이상 있어야 합니다.

적용 대상