IsEqual (isequal-iprofilecollection)

比较两个 IProfileCollection 对象,以确定它们是否具有匹配的配置文件属性。 不考虑配置文件的排序。

语法

HRESULT IsEqual
  ([in] IProfileCollection* pProfileCollection)
;

参数

pProfileCollection
[in] 指向要进行比较的 IProfileCollection 对象的指针。

返回值

下表描述了可能的返回值。

返回值 说明

S_OK

配置文件集合相等。

S_FALSE

对象不相等。

E_INVALIDARG

一个或多个参数无效。 有关详细错误信息,请参阅 IParsingErrorInfo

IProfileCollection