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