System::Collections::Generic::ISet::IsSupersetOf 메서드

ISet::IsSupersetOf method

현재 집합이 다른 컨테이너의 초집합인지 확인합니다.

virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
매개변수형식설명
기타IEnumerablePtr대상이 되는 하위 집합.

ReturnValue

모든 요소가 other에 존재하면 true, 그렇지 않으면 false.

또 보기