IdeaBlade DevForce 2010 Help Reference
EquivalentUrls Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > HttpFns Class : EquivalentUrls Method



url1
The first URL to compare
url2
The seconf URL to compare
Determines if the URL's refer to the same location.

Syntax

Visual Basic (Declaration) 
Public Shared Function EquivalentUrls( _
   ByVal url1 As String, _
   ByVal url2 As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim url1 As String
Dim url2 As String
Dim value As Boolean
 
value = HttpFns.EquivalentUrls(url1, url2)
C# 
public static bool EquivalentUrls( 
   string url1,
   string url2
)
C++/CLI 
public:
static bool EquivalentUrls( 
   String^ url1,
   String^ 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

© 2013 All Rights Reserved.