Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares the logical content of two IUri objects.
HRESULT IsEqual(
[in] IUri *pUri,
[out] BOOL *pfEqual
);
pUri [in]
A pointer to an IUri interface for comparison.pfEqual [out]
Address of a BOOL that is set to TRUE if the logical content of pUri is the same.
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
IUri::IsEqual was introduced in Windows Internet Explorer 7.
The comparison is case-insensitive. Comparing an IUri to itself will always return TRUE.
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 with SP1 |
Product |
Internet Explorer 7 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |