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

ISet::IsSubsetOf method

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

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

ReturnValue

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

또 보기