IsEqual (isequal-iprofilecollection)
Compares two IProfileCollection objects to see whether they have matching profile properties. Ordering of the profiles is not taken into account.
Syntax
HRESULT IsEqual
([in] IProfileCollection* pProfileCollection)
;
Parameters
pProfileCollection
[in] A pointer to the IProfileCollection object to be compared.
Return Value
The following table describes possible return values.
Return Value | Description |
---|---|
S_OK |
The profile collections are equal. |
S_FALSE |
The objects are not equal. |
E_INVALIDARG |
One or more arguments are invalid. See IParsingErrorInfo for detailed error information. |