System::Collections::Generic::ISet::SetEquals 方法

ISet::SetEquals method

检查集合和容器是否包含相同的元素。

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

ReturnValue

如果两个容器包含相同的元素,则为 true;否则为 false。

另见