System::Collections::Generic::ISet::IsSupersetOf 方法

ISet::IsSupersetOf method

检查当前集合是否是其他容器的超集。

virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
ParameterType描述
其他IEnumerablePtr用于检查的子集。

ReturnValue

如果集合中存在 other 的所有元素则为 true,否则为 false。

另见