IUri::IsEqual Method

Compares the logical content of two IUri objects.

Syntax

HRESULT IsEqual(      
    IUri *pUri,     BOOL *pfEqual );

Parameters

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.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

IUri::IsEqual was introduced in Windows Internet Explorer 7.

The comparison is case-insensitive. Comparing an IUri to itself will always return TRUE.

Tags :


Page view tracker