System::Collections::Generic::ISet::SetEquals 메서드
ISet::SetEquals method
집합과 컨테이너가 동일한 요소를 포함하는지 확인합니다.
virtual bool System::Collections::Generic::ISet<T>::SetEquals(IEnumerablePtr other)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 기타 | IEnumerablePtr | 대상이 되는 컨테이너. |
ReturnValue
두 컨테이너가 동일한 요소를 포함하면 true, 그렇지 않으면 false.
또 보기
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++