System::Collections::Generic::ISet::IsProperSupersetOf 메서드
ISet::IsProperSupersetOf method
현재 집합이 다른 컨테이너의 엄격한 초집합인지 확인합니다.
virtual bool System::Collections::Generic::ISet<T>::IsProperSupersetOf(IEnumerablePtr other)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 기타 | IEnumerablePtr | 대상이 되는 하위 집합. |
ReturnValue
모든 요소가 other에 존재하고 집합이 other보다 더 많은 요소를 가지고 있으면 true, 그렇지 않으면 false.
또 보기
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++