IAssemblyName::IsEqual Method

Determines whether a specified IAssemblyName object is equal to this IAssemblyName, based on the specified comparison flags.

HRESULT IsEqual (
    [in] IAssemblyName  *pName,
    [in] DWORD          dwCmpFlags
);

Parameters

  • pName
    [in] The IAssemblyName object to which to compare this IAssemblyName.

  • dwCmpFlags
    [in] A bitwise combination of ASM_CMP_FLAGS values that influence the comparison.

Requirements

Platforms: See .NET Framework System Requirements.

Header: Fusion.h

NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

IAssemblyName Interface

Other Resources

Fusion Enumerations