다음을 통해 공유


ReadOnlySet<T>.IsProperSupersetOf(IEnumerable<T>) 메서드

정의

현재 집합이 지정된 컬렉션의 적절한(엄격한) 상위 집합인지 여부를 확인합니다.

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

매개 변수

other
IEnumerable<T>

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

반환

컬렉션이 다른 컬렉션의 적절한 상위 집합인지 true. 그렇지 않으면 false.

구현

적용 대상