Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
URL Monikers
Reference
Interfaces
IUri
 IsEqual Method

  Switch on low bandwidth view
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 What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker