Opc.Ua.Core
AreDomainsEqual(Uri,Uri) Method



Opc.Ua Namespace > Utils Class > AreDomainsEqual Method : AreDomainsEqual(Uri,Uri) Method
The first URL to compare.
The second URL to compare.
Parses the URLs, returns true of they have the same domain.
Syntax
'Declaration
 
Public Overloads Shared Function AreDomainsEqual( _
   ByVal url1 As Uri, _
   ByVal url2 As Uri _
) As Boolean
'Usage
 
Dim url1 As Uri
Dim url2 As Uri
Dim value As Boolean
 
value = Utils.AreDomainsEqual(url1, url2)
public static bool AreDomainsEqual( 
   Uri url1,
   Uri url2
)
public:
static bool AreDomainsEqual( 
   Uri^ url1,
   Uri^ url2
) 

Parameters

url1
The first URL to compare.
url2
The second URL to compare.

Return Value

True if they have the same domain.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members
Overload List