System::Collections::Generic::ISet::SetEquals method
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.Font for C++