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