IAssemblyName::IsEqual method (winsxs.h)
The IsEqual method compares the current assembly name to another assembly name.
Syntax
HRESULT IsEqual(
[in] IAssemblyName *pName,
[in] DWORD dwCmpFlags
);
Parameters
[in] pName
A pointer to another IAssemblyName instance, which is to be compared to the current assembly.
[in] dwCmpFlags
Indicates which portion of the assembly names are to be compared. The value can be one of the options of the ASM_CMP_FLAGS enumeration.
Return value
This method can return one of these values.
Return value | Description |
---|---|
|
The specified portions of the names match. |
|
The specified portions of the names do not match. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | winsxs.h |
DLL | Sxs.dll |