System::Collections::Generic::ISet::IsProperSupersetOf 方法

ISet::IsProperSupersetOf method

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

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

ReturnValue

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

另见