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。

另见