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

ISet::IsProperSubsetOf method

현재 집합이 다른 컨테이너의 엄격한 부분집합인지 확인합니다.

virtual bool System::Collections::Generic::ISet<T>::IsProperSubsetOf(IEnumerablePtr other)=0
매개변수형식설명
기타IEnumerablePtr비교할 상위 집합.

ReturnValue

현재 집합의 모든 요소가 other에 존재하고 other가 현재 집합보다 더 많은 요소를 가지고 있으면 true, 그렇지 않으면 false.

또 보기