Determines if the URL's refer to the same location.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim url1 As String
Dim url2 As String
Dim value As Boolean
value = HttpFns.EquivalentUrls(url1, url2) |
Parameters
- url1
- The first URL to compare
- url2
- The seconf URL to compare
Return Value
true if both URL's refer to the same location; false otherwise
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also